Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "wraith", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A responsive screenshot comparison tool. Based on the Ruby version available at http://github.comm/BBC-News/wraith", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -48,3 +48,3 @@ var system = require('system'); | ||
//TrifleJS only | ||
/*page.onLoadFinished = function(status) { | ||
page.onLoadFinished = function(status) { | ||
if (status == 'success') { | ||
@@ -54,6 +54,6 @@ current_requests -= 1; | ||
} | ||
};*/ | ||
}; | ||
//SlimerJS or PhantomJS | ||
page.onResourceReceived = function(res) { | ||
/*page.onResourceReceived = function(res) { | ||
if (res.stage === 'end') { | ||
@@ -63,3 +63,3 @@ current_requests -= 1; | ||
} | ||
}; | ||
};*/ | ||
@@ -66,0 +66,0 @@ page.open(url, function(status) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package