Skip to content

Commit

Permalink
implement improved open loop behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeytacked committed Aug 28, 2012
1 parent 699e0da commit 538f497
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion jquery-timing.js
Expand Up @@ -543,8 +543,11 @@
},
_fixOpenLoop: loopEndMethods.all,
_openEndAction: function(tic, state){
if (openLoopTimeout && finished < size-1) {
if (openLoopTimeout) {
finished++;
if (finished == size) {
methodToGoOn = state._method;
}
timedInvocationChain();
}
}
Expand Down
Binary file modified jquery-timing.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion jquery-timing.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified jquery-timing.min.js.gz
Binary file not shown.

0 comments on commit 538f497

Please sign in to comment.