Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: qunit/index.html

Issue 6444238522810368: Fixed unit tests (Closed)
Patch Set: Created Dec. 18, 2013, 12:54 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/stats.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: qunit/index.html
===================================================================
--- a/qunit/index.html
+++ b/qunit/index.html
@@ -18,16 +18,18 @@
-->
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="qunit.css"/>
<script src="../jquery-ui/js/jquery-1.7.1.min.js"></script>
<script src="qunit.js"></script>
+ <script src="../ext/common.js"></script>
+ <script src="../ext/background.js"></script>
<script src="../lib/compat.js"></script>
<script src="../lib/info.js"></script>
<script src="../lib/io.js"></script>
<script src="../lib/adblockplus.js"></script>
<script src="../lib/publicSuffixList.js"></script>
<script src="../lib/punycode.js"></script>
<script src="../lib/basedomain.js"></script>
<script src="../lib/sha1.js"></script>
« no previous file with comments | « lib/stats.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld