summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/views
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-23 16:00:31 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-23 16:00:31 +0100
commit90214a384adddbaa8c343b464d478d1518b37ad1 (patch)
treef888711d34486c9cb552a710ce1d0439c2e1af4b /module/web/static/js/views
parentadded app object + event aggegator (diff)
downloadpyload-90214a384adddbaa8c343b464d478d1518b37ad1.tar.xz
cleaned the settings page
Diffstat (limited to 'module/web/static/js/views')
-rw-r--r--module/web/static/js/views/fileView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/views/fileView.js b/module/web/static/js/views/fileView.js
index b37d4aefa..f020a69d4 100644
--- a/module/web/static/js/views/fileView.js
+++ b/module/web/static/js/views/fileView.js
@@ -1,4 +1,4 @@
-define(['jquery', 'backbone', 'underscore'], function($, Backbone, _) {
+define(['jquery', 'backbone', 'underscore', 'app'], function($, Backbone, _, App) {
// Renders single file item
return Backbone.View.extend({