Changeset 5829
- Timestamp:
- 08/14/08 14:03:05 (3 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/core.js
r5828 r5829 1134 1134 var i = array.length; 1135 1135 // The window, strings (and functions) also have 'length' 1136 if( i == null || typeof array == ' function' || array.setInterval )1136 if( i == null || typeof array == 'string' || array.setInterval ) 1137 1137 ret[0] = array; 1138 1138 else
