Changeset 11
- Timestamp:
- 10/23/05 20:04:37 (3 years ago)
- Files:
-
- jsolait/trunk/jsolait/jsolait.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jsolait/trunk/jsolait/jsolait.js
r10 r11 66 66 //this is the constructor for the new objects created from the new class. 67 67 //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 68 70 var NewClass = function(calledBy){ 69 71 if(calledBy !== Class){
