source: other-projects/FileTransfer-WebSocketPair/Themes/themebuilder/bin/phantomjs-1.9.2-macosx/examples/universe.js@ 31525

Last change on this file since 31525 was 31525, checked in by ak19, 7 years ago

Nathan provided more stuff: Themes folder contains Sencha's Themebuilder which generates GXT Themes. It includes the .theme and generated .jar files for the project theme.

File size: 301 bytes
Line 
1// This is to be used by "module.js" (and "module.coffee") example(s).
2// There should NOT be a "universe.coffee" as only 1 of the 2 would
3// ever be loaded unless the file extension was specified.
4
5exports.answer = 42;
6
7exports.start = function () {
8 console.log('Starting the universe....');
9}
10
Note: See TracBrowser for help on using the repository browser.