Kaynağa Gözat

update whitespace

Saurabh Bhatia 6 yıl önce
ebeveyn
işleme
4ce883cac1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);