lib/capybara/poltergeist/client/compiled/main.js in poltergeist-0.3.0 vs lib/capybara/poltergeist/client/compiled/main.js in poltergeist-0.4.0
- old
+ new
@@ -1,9 +1,5 @@
var Poltergeist;
-if (("" + phantom.version.major + "." + phantom.version.minor + "." + phantom.version.patch) < "1.4.1") {
- console.log("Poltergeist requires a PhantomJS version of at least 1.4.1");
- phantom.exit(1);
-}
Poltergeist = (function() {
function Poltergeist(port) {
this.browser = new Poltergeist.Browser(this);
this.connection = new Poltergeist.Connection(this, port);
}
\ No newline at end of file