Ver código fonte

update whitespace

Saurabh Bhatia 6 anos atrás
pai
commit
4ce883cac1
1 arquivos alterados com 1 adições e 1 exclusões
  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);