git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e4f25
)
Tiny cleanup to remove some superfluous code that was left in from before I decided...
author
Colin Snover
<github.com@zetafleet.com>
Tue, 5 Oct 2010 18:38:19 +0000
(13:38 -0500)
committer
Colin Snover
<github.com@zetafleet.com>
Tue, 5 Oct 2010 18:38:19 +0000
(13:38 -0500)
src/effects.js
patch
|
blob
|
history
diff --git
a/src/effects.js
b/src/effects.js
index
e4893d6
..
5d574a8
100644
(file)
--- a/
src/effects.js
+++ b/
src/effects.js
@@
-155,7
+155,6
@@
jQuery.fn.extend({
}
else {
this.style.display = "inline";
- jQuery.data( this, "oldzoom", this.style.zoom );
this.style.zoom = 1;
}
}
@@
-458,14
+457,14
@@
jQuery.extend( jQuery.fx, {
jQuery.fx.stop();
}
},
-
+
interval: 13,
-
+
stop: function() {
clearInterval( timerId );
timerId = null;
},
-
+
speeds: {
slow: 600,
fast: 200,