From 90214a384adddbaa8c343b464d478d1518b37ad1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 23 Dec 2012 16:00:31 +0100 Subject: cleaned the settings page --- module/web/static/js/views/fileView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/static/js/views/fileView.js') 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({ -- cgit v1.2.3