Further changes for the Use cases on the live site.
[yaffs-website] / node_modules / phantomjs-prebuilt / lib / phantom / examples / version.js
1 "use strict";
2 console.log('using PhantomJS version ' +
3   phantom.version.major + '.' +
4   phantom.version.minor + '.' +
5   phantom.version.patch);
6 phantom.exit();