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

Unified Diff: test/index.html

Issue 6253377650425856: WIP - Dictionary types implementation (Closed)
Patch Set: Created Jan. 9, 2015, 3:34 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/typedObjects/primitiveTypes.js ('k') | test/tests/typedObjects.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/index.html
===================================================================
--- a/test/index.html
+++ b/test/index.html
@@ -12,17 +12,19 @@
<script src="jquery-1.7.1.min.js"></script>
<script src="qunit.js"></script>
<script src="common.js"></script>
<script>
var libs = [
"typedObjects/utils.js",
+ "typedObjects/hash.js",
"typedObjects/arrayTypes.js",
+ "typedObjects/dictionaryTypes.js",
"typedObjects/primitiveTypes.js",
"typedObjects/references.js",
"typedObjects/objectTypes.js",
"typedObjects/stringType.js",
"typedObjects.js"
];
for (var i = 0; i < libs.length; i++)
addScript("/lib/" + libs[i]);
« no previous file with comments | « lib/typedObjects/primitiveTypes.js ('k') | test/tests/typedObjects.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld