summaryrefslogtreecommitdiff
path: root/modules/webxr/native/webxr.externs.js
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2021-02-21 16:10:26 +0000
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2021-02-21 16:10:26 +0000
commit92e0a84a4c03e2f003c5568901bac01d7500bde2 (patch)
tree5b2437af3a4f1e0cafc2479df538675ef549db73 /modules/webxr/native/webxr.externs.js
parentd4d753552495dda0eefcdd69228eb4ed4ddc5447 (diff)
Add missing semicolons to webxr.eterns.js
Diffstat (limited to 'modules/webxr/native/webxr.externs.js')
-rw-r--r--modules/webxr/native/webxr.externs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/webxr/native/webxr.externs.js b/modules/webxr/native/webxr.externs.js
index 03dc05bc83..9ea105aa93 100644
--- a/modules/webxr/native/webxr.externs.js
+++ b/modules/webxr/native/webxr.externs.js
@@ -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