Skip to content

Commit 25af4aa

Browse files
committed
There are two files called "motionmark.js" so rename one of them #13
There exists runner/motionmark.js and debug-runner/motionmark.js and it's really hard to keep track of which is which when editing files. This change renames debug-runner/motionmark.js to debug-runner/debug-runner.js #13
1 parent 1d4b784 commit 25af4aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MotionMark/developer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<script src="resources/runner/tests.js" charset="utf-8"></script>
4141
<script src="resources/debug-runner/tests.js" charset="utf-8"></script>
4242
<script src="resources/runner/motionmark.js"></script>
43-
<script src="resources/debug-runner/motionmark.js" charset="utf-8"></script>
43+
<script src="resources/debug-runner/debug-runner.js" charset="utf-8"></script>
4444

4545
<script src="resources/runner/benchmark-runner.js"></script>
4646
<script src="resources/debug-runner/d3.min.js"></script>

0 commit comments

Comments
 (0)