Comparing version 0.4.2 to 0.4.3
@@ -54,3 +54,3 @@ /* jshint node: true */ | ||
// return the host object member | ||
return hostObject[testName]; | ||
return hostObject[target] = hostObject[testName]; | ||
} | ||
@@ -61,5 +61,5 @@ } | ||
// detect mozilla (yes, this feels dirty) | ||
detect.moz = !!navigator.mozGetUserMedia; | ||
detect.moz = typeof navigator != 'undefined' && !!navigator.mozGetUserMedia; | ||
// initialise the prefix as unknown | ||
detect.browser = undefined; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"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
17429