diff options
Diffstat (limited to 'module/web/app/scripts/collections/FileList.js')
-rw-r--r-- | module/web/app/scripts/collections/FileList.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/app/scripts/collections/FileList.js b/module/web/app/scripts/collections/FileList.js index e91088867..873f4c0e3 100644 --- a/module/web/app/scripts/collections/FileList.js +++ b/module/web/app/scripts/collections/FileList.js @@ -1,4 +1,5 @@ define(['jquery', 'backbone', 'underscore', 'models/File'], function($, Backbone, _, File) { + 'use strict'; return Backbone.Collection.extend({ |