Changeset 667
- Timestamp:
- 01/16/07 08:59:06 (6 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r666 r667 5805 5805 for ( var x = 0; x < Xinha.toFree.length; x++ ) 5806 5806 { 5807 if ( !Xinha.toFree[x].o )5808 {5809 alert("What is " + x + ' ' + Xinha.toFree[x].o);5810 }5811 5807 Xinha.free(Xinha.toFree[x].o, Xinha.toFree[x].p); 5812 5808 Xinha.toFree[x].o = null;
