webvr-polyfill
Advanced tools
Comparing version 0.9.22 to 0.9.23
{ | ||
"name": "webvr-polyfill", | ||
"version": "0.9.22", | ||
"version": "0.9.23", | ||
"homepage": "https://github.com/googlevr/webvr-polyfill", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -335,3 +335,3 @@ /* | ||
VRDisplay.prototype.fireVRDisplayPresentChange_ = function() { | ||
var event = new CustomEvent('vrdisplaypresentchange', {display: this}); | ||
var event = new CustomEvent('vrdisplaypresentchange', {detail: {display: this}}); | ||
window.dispatchEvent(event); | ||
@@ -338,0 +338,0 @@ }; |
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
796127