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/views/abstract/itemView.js | 1 + 1 file changed, 1 insertion(+) (limited to 'module/web/app/scripts/views/abstract/itemView.js') diff --git a/module/web/app/scripts/views/abstract/itemView.js b/module/web/app/scripts/views/abstract/itemView.js index 394044ec4..c37118a4c 100644 --- a/module/web/app/scripts/views/abstract/itemView.js +++ b/module/web/app/scripts/views/abstract/itemView.js @@ -1,4 +1,5 @@ define(['jquery', 'backbone', 'underscore'], function($, Backbone, _) { + 'use strict'; // A view that is meant for temporary displaying // All events must be unbound in onDestroy -- cgit v1.2.3