Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Link test up to DEBUG version by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Aug 10, 2010
1 parent 3d4120b commit 4947f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -4,7 +4,7 @@
<title>history.js Unit Tests</title>
<link rel="stylesheet" href="qunit/qunit/qunit.css" />
<script src="qunit/qunit/qunit.js"></script>
<script src="../build/history-min.js"></script>
<script src="../src/history.js"></script>
<script>
var IE8inIE7 = document.documentMode && document.documentMode <= 7;

Expand Down

0 comments on commit 4947f3b

Please sign in to comment.