From ecfef4a560dece9dd911017efdfc63fcc04bedfc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 16:08:59 +0200 Subject: adapted to jshint config --- module/web/app/scripts/collections/FileList.js | 1 + 1 file changed, 1 insertion(+) (limited to 'module/web/app/scripts/collections/FileList.js') 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({ -- cgit v1.2.3