Changeset 888
- Timestamp:
- 09/11/07 23:37:00 (6 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r884 r888 6842 6842 else if ( obj ) 6843 6843 { 6844 if ( prop != 'src') // if src is set to nulla file named "null" is requested from the server (see #1001)6844 if ( prop.indexOf('src') == -1 ) // if src (also lowsrc, and maybe dynsrc ) is set to null, a file named "null" is requested from the server (see #1001) 6845 6845 { 6846 6846 try { obj[prop] = null; } catch(x) {}
