Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dsurgeons/Gumby
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Sep 25, 2012
2 parents 880c83c + 6975507 commit 85d64f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/libs/gumby.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
var x, ui, $e, callBack, conditionalCallBack, activeClass, targetName;

// loop round gumby UI elements applying active/inactive class logic
for (x in simpleUI.ui) {
for(x = 0, x < simpleUI.ui.length; x++) {

ui = simpleUI.ui[x];
$e = $(ui.selector);
Expand Down

0 comments on commit 85d64f9

Please sign in to comment.