Skip to content

Commit

Permalink
implement new feature .wait() alias .wait(null) alias .wait($)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeytacked committed Oct 8, 2012
1 parent c06191d commit bdd5a39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions jquery-timing.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@
originalOn.call(context, 'unwait', unwaitAction);
executionState._next = context;

if (trigger == null || trigger == jQuery) {
trigger = context;
}
if (typeof trigger == "function") {
trigger = trigger.apply(context, loopCounts(ongoingLoops));
}
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 bdd5a39

Please sign in to comment.