Changeset 881
- Timestamp:
- 08/22/07 15:56:44 (6 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r878 r881 6841 6841 else if ( obj ) 6842 6842 { 6843 try { obj[prop] = null; } catch(x) {} 6843 if (prop != 'src') // if src is set to null a file named "null" is requested from the server (see #1001) 6844 { 6845 try { obj[prop] = null; } catch(x) {} 6846 } 6844 6847 } 6845 6848 };
