Comparing version 0.8.10 to 0.8.11
## [Unreleased] | ||
## [0.8.11] - 2017-03-21 | ||
### Fixed | ||
- Fixed a regression resulting from making DOM utilities work in nested browsing contexts. | ||
## [0.8.10] - 2017-03-20 | ||
### Changed | ||
- Made DOM utilities work in nested browsing contexts. | ||
@@ -6,0 +14,0 @@ |
@@ -27,3 +27,3 @@ 'use strict'; | ||
function getActiveElement(doc) /*?DOMElement*/{ | ||
doc = doc || document; | ||
doc = doc || global.document; | ||
if (typeof doc === 'undefined') { | ||
@@ -30,0 +30,0 @@ return null; |
{ | ||
"name": "fbjs", | ||
"version": "0.8.10", | ||
"version": "0.8.11", | ||
"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
382454