mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
![]() |
"use strict";
|
||
|
console.log('using PhantomJS version ' +
|
||
|
phantom.version.major + '.' +
|
||
|
phantom.version.minor + '.' +
|
||
|
phantom.version.patch);
|
||
|
phantom.exit();
|