Changeset 4283
- Timestamp:
- 12/20/07 18:55:43 (8 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/fx.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/fx.js
r4171 r4283 140 140 141 141 return this.each(function(){ 142 if ( this.nodeType != 1)143 return;144 145 142 if ( fn.constructor == Array ) 146 143 queue(this, type, fn);