summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-20 17:20:25 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-20 17:20:25 -0500
commitbf239e006e52349861a62dab2e2cdf2c5c484f58 (patch)
tree37e058aa0c40da78e94c748f36ef9f0b03b730a2 /www/js/DataModel.js
parent8454b1836c03d70c2591b2e42d5ca28be7528a96 (diff)
#104 - configurable timeline items
Former-commit-id: 2aae9b3abc8f5498490768c4f027d5ac5b9ebdd2
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index fa64eeb8..1260f19b 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -57,6 +57,7 @@ angular.module('zmApp.controllers')
'montageOrder':'',
'montageHiddenOrder':'',
'montageArraySize':'0',
+ 'graphSize':200,
};