aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2009-03-22 23:25:03 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2009-03-22 23:25:03 +0000
commitd7d908b05a442745c1a90728805b74db0a7921cf (patch)
tree8e6931ca3d45af940efd6e3fa506ed1f819cb84e /test/index.html
parent9476530fa1e39ce1324e98f4dbb79576895372e5 (diff)
downloadjquery-d7d908b05a442745c1a90728805b74db0a7921cf.tar.gz
jquery-d7d908b05a442745c1a90728805b74db0a7921cf.zip
decoupling styles retrieval from the attr method
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index 3b78e572f..634dacbd0 100644
--- a/test/index.html
+++ b/test/index.html
@@ -17,6 +17,7 @@
<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/css.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>