فهرست منبع

Playground : ts.html will not be used anymore (see Pull #6540)

Jaskar 6 سال پیش
والد
کامیت
b5a0543c85
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      Playground/ts.html

+ 5 - 1
Playground/ts.html

@@ -1,6 +1,10 @@
 <!DOCTYPE html>
 <html>
 
+<!--
+    // TO DO - Delete this ? It's not used anymore. It's now included in the index.html with a switch button JS / TS
+ -->
+
 <head>
     <title>Babylon.js Playground</title>
     <meta charset='utf-8' />
@@ -472,7 +476,7 @@
     <script src="js/jquery.qrcode.js"></script>
     <script src="js/qrcode.js"></script>
 
-    <script src="js/actions.js"></script>
+    <script src="js/UImenu.js"></script>
     <script src="js/pbt.js"></script>
     <script src="js/libs/typescript.js"></script>
     <script src="js/index.js"></script>