Changeset 4284
- Timestamp:
- 12/20/07 19:01:31 (10 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/ajaxQueue/test/jquery.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ajaxQueue/test/jquery.js
r4276 r4284 2983 2983 2984 2984 return this.each(function(){ 2985 if ( this.nodeType != 1)2986 return;2987 2988 2985 if ( fn.constructor == Array ) 2989 2986 queue(this, type, fn);
