Skip to content

Commit

Permalink
Remove QueryStringMachine as a dependency, see phetsims/tandem#191
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 7, 2020
1 parent a5ba6b7 commit 13e3c41
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
<script src="../../aqua/js/pageload-connector.js"></script>

<!-- Query String Machine is used by Tandem-->
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>

<!-- jQuery and LoDash are dependencies -->
<script src="../../sherpa/lib/jquery-2.1.0.min.js"></script>
<script src="../../sherpa/lib/lodash-4.17.4.min.js"></script>
Expand Down
3 changes: 0 additions & 3 deletions doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
<script src="../../aqua/js/pageload-connector.js"></script>

<!-- Query String Machine is used by Tandem-->
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>

<!-- jQuery and LoDash are dependencies -->
<script src="../../sherpa/lib/jquery-2.1.0.min.js"></script>
<script src="../../sherpa/lib/lodash-4.17.4.min.js"></script>
Expand Down
3 changes: 0 additions & 3 deletions examples/convex-hull-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
<script src="../../aqua/js/pageload-connector.js"></script>

<!-- Query String Machine is used by Tandem-->
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>

<script src="../../sherpa/lib/jquery-2.1.0.min.js"></script>
<script src="../../sherpa/lib/lodash-4.17.4.min.js"></script>
<script src="../build/dot.min.js"></script>
Expand Down
3 changes: 0 additions & 3 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
<script src="../../aqua/js/pageload-connector.js"></script>

<!-- Query String Machine is used by Tandem-->
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>

<!-- jQuery and LoDash are dependencies -->
<script src="../../sherpa/lib/jquery-2.1.0.min.js"></script>

Expand Down
3 changes: 0 additions & 3 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
<script src="../../aqua/js/pageload-connector.js"></script>

<!-- Query String Machine is used by Tandem-->
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>

<!-- jQuery and LoDash are dependencies -->
<script src="../../sherpa/lib/jquery-2.1.0.min.js"></script>

Expand Down

0 comments on commit 13e3c41

Please sign in to comment.