Browse Source

[ts] Fixed JS filename case.

NathanSweet 9 năm trước cách đây
mục cha
commit
44f542935d

+ 1 - 1
spine-ts/webgl/demos/framebyframe.html

@@ -4,7 +4,7 @@
 <script src="../../build/spine-webgl.js"></script>
 <script src="../../build/spine-webgl.js"></script>
 <script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
 <script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
 <script src="utils.js"></script>
 <script src="utils.js"></script>
-<script src="frameByFrame.js"></script>
+<script src="framebyframe.js"></script>
 <body>
 <body>
 
 
 <center>
 <center>