diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 16:08:59 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 16:08:59 +0200 |
commit | ecfef4a560dece9dd911017efdfc63fcc04bedfc (patch) | |
tree | 42d00f155c47a8a80e3a023c841a59f87b73885c /module/web/app/scripts/collections/InteractionList.js | |
parent | restructured webui to single-page-app, removed jinja (diff) | |
download | pyload-ecfef4a560dece9dd911017efdfc63fcc04bedfc.tar.xz |
adapted to jshint config
Diffstat (limited to 'module/web/app/scripts/collections/InteractionList.js')
-rw-r--r-- | module/web/app/scripts/collections/InteractionList.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/app/scripts/collections/InteractionList.js b/module/web/app/scripts/collections/InteractionList.js index 57622a075..24f8b9248 100644 --- a/module/web/app/scripts/collections/InteractionList.js +++ b/module/web/app/scripts/collections/InteractionList.js @@ -1,5 +1,6 @@ define(['jquery', 'backbone', 'underscore', 'app', 'models/InteractionTask'], function($, Backbone, _, App, InteractionTask) { + 'use strict'; return Backbone.Collection.extend({ |