summaryrefslogtreecommitdiff
path: root/doc/sample_html/jquery.isonscreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sample_html/jquery.isonscreen.js')
-rw-r--r--doc/sample_html/jquery.isonscreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sample_html/jquery.isonscreen.js b/doc/sample_html/jquery.isonscreen.js
index 0182ebd2..28fb99bc 100644
--- a/doc/sample_html/jquery.isonscreen.js
+++ b/doc/sample_html/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])};