Add missing semicolons to webxr.eterns.js

This commit is contained in:
Marcel Admiraal 2021-02-21 16:10:26 +00:00
parent d4d7535524
commit 92e0a84a4c
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ XR.prototype.ondevicechanged;
* *
* @return {!Promise<boolean>} * @return {!Promise<boolean>}
*/ */
XR.prototype.isSessionSupported = function(mode) {} XR.prototype.isSessionSupported = function(mode) {};
/** /**
* @param {string} mode * @param {string} mode
@ -41,7 +41,7 @@ XR.prototype.isSessionSupported = function(mode) {}
* *
* @return {!Promise<XRSession>} * @return {!Promise<XRSession>}
*/ */
XR.prototype.requestSession = function(mode, options) {} XR.prototype.requestSession = function(mode, options) {};
/** /**
* @constructor * @constructor