From 710e5273c4e4e618fe31d2e05c306fea46cf5042 Mon Sep 17 00:00:00 2001 From: David Underhill Date: Sun, 7 Dec 2008 01:41:13 -0800 Subject: [PATCH] use for vice foreach to make jslint happy --- jtoolbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jtoolbar.js b/jtoolbar.js index 208cf64..7141c83 100644 --- a/jtoolbar.js +++ b/jtoolbar.js @@ -1653,7 +1653,7 @@ var JTB = function() { /** Notify orientation listeners that an orientation change has occurred. */ JTB.Toolbar.prototype.fireOrientationListeners = function(oldOrientation) { var i; - for(var i in this.orientation_listeners) { + for(i=0; i