aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
authorcarldanley <carldanley@gmail.com>2012-10-16 11:15:41 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-10-16 11:15:41 -0400
commit08e134548f70f24cb73f8e1b7a6da39b1995d0ac (patch)
tree95135434f7f3c81b295657e2ed3dbe6a5da5566a /src/effects.js
parent2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d (diff)
downloadjquery-08e134548f70f24cb73f8e1b7a6da39b1995d0ac.tar.gz
jquery-08e134548f70f24cb73f8e1b7a6da39b1995d0ac.zip
Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976
Diffstat (limited to 'src/effects.js')
-rw-r--r--src/effects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.js b/src/effects.js
index 9965eee78..cff0dc835 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -327,7 +327,7 @@ function defaultPrefilter( elem, props, opts ) {
}
anim.done(function() {
var prop;
- jQuery.removeData( elem, "fxshow", true );
+ jQuery._removeData( elem, "fxshow" );
for ( prop in orig ) {
jQuery.style( elem, prop, orig[ prop ] );
}