Bug Tracker

Changeset 5621

Show
Ignore:
Timestamp:
05/16/08 16:41:12 (8 months ago)
Author:
aflesler
Message:

jquery core: updating a comment, thanks to Scott for spotting it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/core.js

    r5609 r5621  
    775775        }, 
    776776 
    777         // internal only, use is(".class") 
     777        // internal only, use hasClass("class") 
    778778        has: function( elem, className ) { 
    779779            return jQuery.inArray( className, (elem.className || elem).toString().split(/\s+/) ) > -1;