From fe272b307ece271fc750fd666be4ce49d9b05c0f Mon Sep 17 00:00:00 2001 From: Daniel Meiers Date: Fri, 7 Nov 2014 12:32:30 +0100 Subject: [PATCH] fixed #63 udated icmm-js to v1.1.2, use constants to initialize icmms settings --- app/index.html | 11 ++++++----- bower.json | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app/index.html b/app/index.html index 28c9895..7a10de3 100644 --- a/app/index.html +++ b/app/index.html @@ -66,7 +66,7 @@ - @@ -546,11 +546,12 @@

diff --git a/bower.json b/bower.json index 323da86..907a82f 100644 --- a/bower.json +++ b/bower.json @@ -25,7 +25,7 @@ "jquery-ui": "1.10.4", "ng-table": "0.3.3", "bootstrap": "3.3.0", - "icmm_js": "1.1.1", + "icmm_js": "1.1.2", "dynatree": "1.2.5", "crisma-worldstate-tree-widget-angular": "1.0.8", "d3": "3.3.6", @@ -44,7 +44,7 @@ "resolutions": { "bootstrap": "3.3.0", "d3": "3.3.6", - "icmm_js": "1.1.1", + "icmm_js": "1.1.2", "angular": "1.2.25" } }