Show
Ignore:
Timestamp:
05/08/08 19:05:00 (2 months ago)
Author:
hannes
Message:

* Replace importModuleAs() calls with importModule()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/minibase/trunk/demo/app.js

    r8884 r8916  
    1818 
    1919// import application and server module 
    20 importModuleAs('helma.rhino', 'rhino'); 
    21 importModuleAs('helma.jetty', 'jetty'); 
     20importModule('helma.rhino', 'rhino'); 
     21importModule('helma.jetty', 'jetty'); 
    2222 
    2323// define native host classes used by helma web apps