Changeset 60

Show
Ignore:
Timestamp:
04/26/06 12:38:33 (2 years ago)
Author:
Jan-Klaas Kollhof
Message:

fixing some missing new statements and adding support for Yahoo's Widget Engine

Files:

Legend:

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

    r48 r60  
    681681                    return mod.modules[name]; 
    682682                }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)); 
    684684                } 
    685685            }