Changeset 8916 for sandbox/minibase/trunk
- Timestamp:
- 05/08/08 19:05:00 (4 months ago)
- Files:
-
- sandbox/minibase/trunk/demo/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/minibase/trunk/demo/app.js
r8884 r8916 18 18 19 19 // import application and server module 20 importModule As('helma.rhino', 'rhino');21 importModule As('helma.jetty', 'jetty');20 importModule('helma.rhino', 'rhino'); 21 importModule('helma.jetty', 'jetty'); 22 22 23 23 // define native host classes used by helma web apps