diff options
Diffstat (limited to 'coverage/htmlfiles/jquery.isonscreen.js')
-rw-r--r-- | coverage/htmlfiles/jquery.isonscreen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/jquery.isonscreen.js b/coverage/htmlfiles/jquery.isonscreen.js index 0182ebd2..28fb99bc 100644 --- a/coverage/htmlfiles/jquery.isonscreen.js +++ b/coverage/htmlfiles/jquery.isonscreen.js @@ -8,7 +8,7 @@ (function($) { jQuery.extend({ isOnScreen: function(box, container) { - //ensure numbers come in as intgers (not strings) and remove 'px' is it's there + //ensure numbers come in as integers (not strings) and remove 'px' is it's there for(var i in box){box[i] = parseFloat(box[i])}; for(var i in container){container[i] = parseFloat(container[i])}; |