Menu

#266 DynObject._queue (BUG/Omission?)

Verified
open
nobody
5
2006-08-09
2006-08-09
conanDrum
No

The following statement in any HTML document breaks
loading of dynAPI libraries.
>>> Array.prototype.ln=function(){return
this.length}; <<<
Any mods on the Array prototype will do.

The reason has been traced to [DynObject._queue]
which loops through [this.packages[o]._objects]
instead of looping though the entries within (ln.362
dynapi.js).

Can this be changed to
>>> for (var j=0;j<this.packages
[o]._objects.length;j++) {names[names.length] =
this.packages[o]._objects[j]} <<<
or is there a reason for it?

Regards

A. Joannou

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.