rework loading of appstorage

This commit is contained in:
Luke Pulverenti
2016-03-07 14:13:58 -05:00
parent d0afade8ed
commit 3a7ed6f85f
13 changed files with 214 additions and 211 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
define(['appSettings'], function (appSettings) {
define(['appSettings', 'appStorage'], function (appSettings, appStorage) {
var showOverlayTimeout;