Browse Source

update whitespace

Saurabh Bhatia 6 năm trước cách đây
mục cha
commit
4ce883cac1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Playground/js/frame.js

+ 1 - 1
Playground/js/frame.js

@@ -152,7 +152,7 @@
 
     btnFullScreen.addEventListener('click', function() {
         if (engine) {
-        engine.switchFullscreen(true);
+            engine.switchFullscreen(true);
         }
     }, false);