summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/mobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/js/mobile.js')
-rw-r--r--module/web/static/js/mobile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/static/js/mobile.js b/module/web/static/js/mobile.js
index 58ccf5800..75450cc89 100644
--- a/module/web/static/js/mobile.js
+++ b/module/web/static/js/mobile.js
@@ -10,7 +10,7 @@ require.config({
fastClick:"libs/jquery.fastClick-0.2",
omniwindow: "libs/jquery.omniwindow",
- underscore:"libs/lodash-0.5.2",
+ underscore:"libs/lodash-0.7.0",
backbone:"libs/backbone-0.9.2",
// Require.js Plugins
@@ -39,4 +39,4 @@ define('mobile', ['routers/mobileRouter', 'transit', 'fastClick'], function(Mobi
};
return {"init":init};
-}); \ No newline at end of file
+});