add XREye.none

This commit is contained in:
Manish Goregaokar 2019-07-16 16:29:42 -07:00
parent ffc943fec7
commit 7ccc7b3b49
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
enum XREye {
"left",
"right",
"unknown",
"none",
};
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]