Version 1
[yaffs-website] / node_modules / phantomjs-prebuilt / lib / phantom / examples / module.js
diff --git a/node_modules/phantomjs-prebuilt/lib/phantom/examples/module.js b/node_modules/phantomjs-prebuilt/lib/phantom/examples/module.js
new file mode 100644 (file)
index 0000000..c3826e9
--- /dev/null
@@ -0,0 +1,5 @@
+"use strict";
+var universe = require('./universe');
+universe.start();
+console.log('The answer is ' + universe.answer);
+phantom.exit();