Comparing version 0.4.0 to 0.4.1
@@ -49,3 +49,3 @@ /* jshint node: true */ | ||
if (typeof hostObject[testName] == 'function') { | ||
if (typeof hostObject[testName] != 'undefined') { | ||
// update the last used prefix | ||
@@ -52,0 +52,0 @@ detect.browser = detect.browser || prefix.toLowerCase(); |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"dependencies": {}, | ||
@@ -10,0 +10,0 @@ "devDependencies": { |
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
18133