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/utils/animations.js | 1 + 1 file changed, 1 insertion(+) (limited to 'module/web/app/scripts/utils/animations.js') diff --git a/module/web/app/scripts/utils/animations.js b/module/web/app/scripts/utils/animations.js index 5131d3b8a..7f89afef1 100644 --- a/module/web/app/scripts/utils/animations.js +++ b/module/web/app/scripts/utils/animations.js @@ -1,4 +1,5 @@ define(['jquery', 'underscore', 'transit'], function(jQuery, _) { + 'use strict'; // Adds an element and computes its height, which is saved as data attribute // Important function to have slide animations -- cgit v1.2.3