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

Commit 4947f3b

Browse files
committedAug 10, 2010
Link test up to DEBUG version by default
1 parent 3d4120b commit 4947f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>history.js Unit Tests</title>
55
<link rel="stylesheet" href="qunit/qunit/qunit.css" />
66
<script src="qunit/qunit/qunit.js"></script>
7-
<script src="../build/history-min.js"></script>
7+
<script src="../src/history.js"></script>
88
<script>
99
var IE8inIE7 = document.documentMode && document.documentMode <= 7;
1010

0 commit comments

Comments
 (0)
This repository has been archived.