dresscode-bricks
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -491,4 +491,5 @@ Bricks.DOM = {}; | ||
doc = doc || document; | ||
var elem = Bricks.DOM.getRootElement(doc); | ||
return [elem.clientWidth, elem.clientHeight]; | ||
var root = Bricks.DOM.getRootElement(doc); | ||
var win = Bricks.DOM.getWindow(doc); | ||
return [Math.max(win.innerWidth, root.clientWidth), Math.max(win.innerHeight, root.clientHeight)]; | ||
}; | ||
@@ -495,0 +496,0 @@ |
{ | ||
"name": "dresscode-bricks", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Kolyaj", |
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
129762
3068