Explorar o código

update whitespace

Saurabh Bhatia %!s(int64=6) %!d(string=hai) anos
pai
achega
4ce883cac1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);