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