diff --git a/app/elements/elements-toronto.html b/app/elements/elements-toronto.html
index f5a1203..c6057ca 100755
--- a/app/elements/elements-toronto.html
+++ b/app/elements/elements-toronto.html
@@ -77,3 +77,4 @@
+
diff --git a/app/elements/population-app.html b/app/elements/population-app.html
index 87a3b9c..d9f093d 100644
--- a/app/elements/population-app.html
+++ b/app/elements/population-app.html
@@ -100,6 +100,7 @@
+
@@ -137,7 +138,7 @@
-
+
@@ -391,6 +392,11 @@
}
]
},
+ hideMenuBar: {
+ type: Boolean,
+ notify: true,
+ value: false
+ },
graphs: {
type: Array,
notify: true,
@@ -518,7 +524,8 @@
console.log('graphsChanged', changeRecord);
}
- var maxSelect = this.$.ws.maxSelections;
+
+ var maxSelect = 4;
//console.log('THIS SELECTED ITEMS: ' + this.graphs + ' max ' + maxSelect);
@@ -531,7 +538,8 @@
},
selectedItemsChanged: function (changeRecord) {
- var maxSelect = this.$.ws.maxSelections;
+
+ var maxSelect = 4;
//console.log('THIS SELECTED ITEMS: ' + this.selectedItems + ' max ' + maxSelect);
diff --git a/bower.json b/bower.json
index 867a500..51ba822 100644
--- a/bower.json
+++ b/bower.json
@@ -2,6 +2,7 @@
"name": "population-app",
"private": true,
"dependencies": {
+ "async": "caolan/async",
"polymer": "Polymer/polymer",
"iron-elements": "PolymerElements/iron-elements",
"paper-elements": "PolymerElements/paper-elements",