diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-23 16:00:31 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-23 16:00:31 +0100 |
commit | 90214a384adddbaa8c343b464d478d1518b37ad1 (patch) | |
tree | f888711d34486c9cb552a710ce1d0439c2e1af4b /module/web/static/js/views | |
parent | added app object + event aggegator (diff) | |
download | pyload-90214a384adddbaa8c343b464d478d1518b37ad1.tar.xz |
cleaned the settings page
Diffstat (limited to 'module/web/static/js/views')
-rw-r--r-- | module/web/static/js/views/fileView.js | 2 |
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({ |