aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2009-03-18 21:15:38 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2009-03-18 21:15:38 +0000
commit7c04a64016c1f295dfdf4e731f693f8400a987bc (patch)
tree643bb78b46c5556d66367d509d4468275b132327 /test/index.html
parent2c31a1624f72df3987cd1d0d3605c359658986e5 (diff)
downloadjquery-7c04a64016c1f295dfdf4e731f693f8400a987bc.tar.gz
jquery-7c04a64016c1f295dfdf4e731f693f8400a987bc.zip
breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index 97d9d60b5..3b78e572f 100644
--- a/test/index.html
+++ b/test/index.html
@@ -16,6 +16,9 @@
<script type="text/javascript" src="data/testrunner.js"></script>
<script type="text/javascript" src="unit/core.js"></script>
<script type="text/javascript" src="unit/data.js"></script>
+ <script type="text/javascript" src="unit/attributes.js"></script>
+ <script type="text/javascript" src="unit/traversing.js"></script>
+ <script type="text/javascript" src="unit/manipulation.js"></script>
<script type="text/javascript" src="unit/dimensions.js"></script>
<script type="text/javascript" src="unit/selector.js"></script>
<script type="text/javascript" src="unit/event.js"></script>