commit 20e625262d7f8ad2c68bfbe9858316731db14eca parent 34ac40bd13cf958cd96dcdc08653ffde0e530208 Author: Ryan Wolf <rwolf@borderstylo.com> Date: Thu, 13 Jan 2011 17:53:17 -0800 too many vars Diffstat:
| M | windex.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windex.js b/windex.js @@ -98,7 +98,7 @@ Windex.matchesSelector = function (node, selector) { }; // See: http://api.jquery.com/jQuery.isEmptyObject/ -var Windex.isEmptyObject = function (obj) { +Windex.isEmptyObject = function (obj) { for(var i in obj) { return false; } return true; };