Index: chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui_api.js b/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
index 877a8ea54e649cf6c6a4b41042c73fb607a654c9..0c1f42740ca65292786fb5617544559fdd9cff2d 100644 |
--- a/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-var api = new Object(); |
+var api = {} |
mthiesse
2017/01/09 15:17:09
nit: semicolon
cjgrant
2017/01/11 01:49:33
Done.
|
/** |
* Enumeration of scene update commands. |