Files
phantomjs/examples/module.js
T
James M. Greene e8380e42d7 Added CoffeeScript examples where missing, minor other fixes
Added CoffeeScript examples where missing, minor other fixes such as spacing standardization (2 spaces is the standard in CoffeeScript via Ruby). Also a small set of minor JS example fixes and additional comments.

Fixes http://code.google.com/p/phantomjs/issues/detail?id=907
2012-12-06 14:29:37 -06:00

5 lines
120 B
JavaScript

var universe = require('./universe');
universe.start();
console.log('The answer is' + universe.answer);
phantom.exit();