diff options
Diffstat (limited to 'module/web/app/scripts/utils/animations.js')
-rw-r--r-- | module/web/app/scripts/utils/animations.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 |