Comparing version 0.0.47 to 0.0.48
@@ -46,3 +46,3 @@ YUI().add('jute', function(Y) { | ||
// Immediately push console message in case we never hear from this dude again | ||
if (console) { | ||
if (typeof(console) == 'object') { | ||
var oCL = console.log, | ||
@@ -49,0 +49,0 @@ oCE = console.error; |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["selenium", "test", "testing", "unit", "tests"], | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"author": "Mark Ethan Trostler <mark@zzo.com>", | ||
@@ -8,0 +8,0 @@ "preferGlobal": true, |
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
1986897