Menu

#6 Repeat - core.js

subversion
open
nobody
Javascript (2)
5
2005-03-06
2005-03-06
francisco
No

This subversion does not work with IE 5.5+, the problem
appears to be this statement in core.js
Xmodels[i].backup= oInstanceBackup;

Normally I do the following work around
a1 = new Array();
a1.backup = oInstanceBackup;
.... rest of init
Xmodels[1] = a1;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB