Changeset 60
- Timestamp:
- 04/26/06 12:38:33 (2 years ago)
- Files:
-
- trunk/jsolait/jsolait.js (modified) (1 diff)
- trunk/jsolait/jsolait.ywe.js (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsolait/jsolait.js
r48 r60 681 681 return mod.modules[name]; 682 682 }else{ 683 throw new mod.ImportFailed(name, [srcURI], mod.Exception("Module did not register itself and cannot be imported. " + name));683 throw new mod.ImportFailed(name, [srcURI], new mod.Exception("Module did not register itself and cannot be imported. " + name)); 684 684 } 685 685 }
