diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-02-26 18:53:25 -0500 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-02-26 18:53:25 -0500 |
commit | 9e5ec378e35a04f123e82cb1cb5b3eb45254f6f4 (patch) | |
tree | ef79e26f18aed9c20cc61bc54b6dfefa6037d977 /test/index.html | |
parent | ed48787ec58c12917faf47e3b95e043b2b6ded10 (diff) | |
parent | 71bd828d9f975fb1047b9fa2a78949cafd8006ac (diff) | |
download | jquery-9e5ec378e35a04f123e82cb1cb5b3eb45254f6f4.tar.gz jquery-9e5ec378e35a04f123e82cb1cb5b3eb45254f6f4.zip |
Merge branch 'master' of git://github.com/jquery/jquery into bug_2773
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index fc5f667d2..d62131530 100644 --- a/test/index.html +++ b/test/index.html @@ -35,7 +35,7 @@ <script src="unit/queue.js"></script> <script src="unit/attributes.js"></script> <script src="unit/event.js"></script> - <script src="unit/selector.js"></script> + <script src="../src/sizzle/test/unit/selector.js"></script> <script src="unit/traversing.js"></script> <script src="unit/manipulation.js"></script> <script src="unit/css.js"></script> |