X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=node_modules%2Fphantomjs-prebuilt%2Flib%2Fphantom%2Fexamples%2Fmodule.js;fp=node_modules%2Fphantomjs-prebuilt%2Flib%2Fphantom%2Fexamples%2Fmodule.js;h=c3826e9509af3ef1484a7eb522f37dd5d9588a8c;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website 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 index 000000000..c3826e950 --- /dev/null +++ b/node_modules/phantomjs-prebuilt/lib/phantom/examples/module.js @@ -0,0 +1,5 @@ +"use strict"; +var universe = require('./universe'); +universe.start(); +console.log('The answer is ' + universe.answer); +phantom.exit();