Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

AnimationComplete: Add removeAnimationComplete function #8464

Merged
merged 2 commits into from
Jun 30, 2016

Conversation

apsdehal
Copy link
Contributor

return this;
removeAnimationComplete: function( callback ) {
var callbackInfoObject = callbackLookupTable[ callback ];
return this.off( callbackInfoObject.event, callbackInfoObject.binding );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to make sure it actually exists in the table first

apsdehal added a commit to apsdehal/jquery-mobile that referenced this pull request Jun 30, 2016
@apsdehal apsdehal merged commit b7f6613 into jquery-archive:1.5-dev Jun 30, 2016
arschmitz pushed a commit to arschmitz/jquery-mobile that referenced this pull request Jul 4, 2016
arschmitz pushed a commit that referenced this pull request Jul 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants