You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Add missing semicolons to webxr.eterns.js
(cherry picked from commit 92e0a84a4c)
This commit is contained in:
committed by
Rémi Verschelde
parent
3122d12365
commit
e89ba5fb49
@@ -33,7 +33,7 @@ XR.prototype.ondevicechanged;
|
||||
*
|
||||
* @return {!Promise<boolean>}
|
||||
*/
|
||||
XR.prototype.isSessionSupported = function(mode) {}
|
||||
XR.prototype.isSessionSupported = function(mode) {};
|
||||
|
||||
/**
|
||||
* @param {string} mode
|
||||
@@ -41,7 +41,7 @@ XR.prototype.isSessionSupported = function(mode) {}
|
||||
*
|
||||
* @return {!Promise<XRSession>}
|
||||
*/
|
||||
XR.prototype.requestSession = function(mode, options) {}
|
||||
XR.prototype.requestSession = function(mode, options) {};
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
|
||||
Reference in New Issue
Block a user