diff options
Diffstat (limited to 'module/web/static/js/utils/animations.js')
-rw-r--r-- | module/web/static/js/utils/animations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/utils/animations.js b/module/web/static/js/utils/animations.js index 3350dd6ae..5131d3b8a 100644 --- a/module/web/static/js/utils/animations.js +++ b/module/web/static/js/utils/animations.js @@ -43,7 +43,7 @@ define(['jquery', 'underscore', 'transit'], function(jQuery, _) { return this; }; - // calculate the height and write it to data, better used on invisible elements + // calculate the height and write it to data, should be used on invisible elements jQuery.fn.calculateHeight = function(setHeight) { var o = jQuery(this[0]); var height = o.height(); |