Skip to content

Commit

Permalink
testing min
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed Dec 19, 2013
1 parent dacea34 commit 5b87344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
</head>
<body>
<script type="text/javascript" src="build/dat.gui.js"></script>
<script type="text/javascript" src="build/dat.gui.min.js"></script>
<script type="text/javascript">
var obj = { x: 5 };
var gui = new dat.GUI();
Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type="text/javascript" src="qunit.js"></script>
<script type="text/javascript" src="jquery.js"></script>

<script type="text/javascript" src="../build/dat.gui.js"></script>
<script type="text/javascript" src="../build/dat.gui.min.js"></script>
<script type="text/javascript">

$.noConflict();
Expand Down

0 comments on commit 5b87344

Please sign in to comment.