Comparing version 0.8.5 to 0.8.6
@@ -569,2 +569,12 @@ var core = require("./core").dom.level2.core, | ||
}, | ||
getBoundingClientRect: function () { | ||
return { | ||
bottom: 0, | ||
height: 0, | ||
left: 0, | ||
right: 0, | ||
top: 0, | ||
width: 0 | ||
}; | ||
}, | ||
_eventDefaults : {} | ||
@@ -571,0 +581,0 @@ }, |
{ | ||
"name": "jsdom", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "A JavaScript implementation of the W3C DOM", | ||
@@ -5,0 +5,0 @@ "keywords": ["dom", "w3c", "html"], |
Sorry, the diff of this file is too big to display
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
355138
27
10312