From 33f9e7fb68d58e43e1188409b43e550c9ed4b54d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 5 Mar 2013 19:05:23 +0100 Subject: cleaned dashboard event code, preserve filtering across packages --- module/web/static/js/utils/animations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/static/js/utils') 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(); -- cgit v1.2.3