Bug Tracker

Changeset 4284

Show
Ignore:
Timestamp:
12/20/07 19:01:31 (10 months ago)
Author:
joern.zaefferer
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/ajaxQueue/test/jquery.js

    r4276 r4284  
    29832983 
    29842984        return this.each(function(){ 
    2985             if ( this.nodeType != 1) 
    2986                 return; 
    2987  
    29882985            if ( fn.constructor == Array ) 
    29892986                queue(this, type, fn);