Browse Source

update whitespace

Saurabh Bhatia 6 years ago
parent
commit
4ce883cac1
1 changed files with 1 additions and 1 deletions
  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);