Changeset 11

Show
Ignore:
Timestamp:
10/23/05 20:04:37 (3 years ago)
Author:
Jan-Klaas Kollhof
Message:

moz problem todo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jsolait/trunk/jsolait/jsolait.js

    r10 r11  
    6666    //this is the constructor for the new objects created from the new class. 
    6767    //if and only if it is NOT used for prototyping/subclassing the __init__ method of the newly created object will be called. 
     68//todo: this breaks mozilla's implementation of instanceof which returns true for every jsolait object and any jsolait class 
     69//a workaround would be using new Function     
    6870    var NewClass = function(calledBy){ 
    6971        if(calledBy !== Class){