Comparing version 0.8.11 to 0.8.12
## [Unreleased] | ||
## [0.8.12] - 2017-03-29 | ||
### Fixed | ||
- Fix use of `global` working inconsistently. | ||
## [0.8.11] - 2017-03-21 | ||
@@ -5,0 +11,0 @@ |
@@ -27,3 +27,3 @@ 'use strict'; | ||
function getActiveElement(doc) /*?DOMElement*/{ | ||
doc = doc || global.document; | ||
doc = doc || (typeof document !== 'undefined' ? document : undefined); | ||
if (typeof doc === 'undefined') { | ||
@@ -30,0 +30,0 @@ return null; |
{ | ||
"name": "fbjs", | ||
"version": "0.8.11", | ||
"version": "0.8.12", | ||
"description": "A collection of utility libraries used by other Facebook JS projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
382620