Changeset 5601
- Timestamp:
- 05/14/08 20:10:39 (7 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/core.js
r5599 r5601 616 616 isFunction: function( fn ) { 617 617 return !!fn && typeof fn != "string" && !fn.nodeName && 618 fn.constructor != Array && / function/i.test( fn + "" );618 fn.constructor != Array && /^[\s[]?function/.test( fn + "" ); 619 619 }, 620 620
