diff options
author | timmywil <timmywillisn@gmail.com> | 2012-05-28 12:18:40 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-05-28 12:41:58 -0400 |
commit | a4fc2edaab8c92bfebf90a10bd3f23dc7e03f993 (patch) | |
tree | df4c172c54ddbc10918a1b6eb9900c0218a901cb /test/index.html | |
parent | d0763a37c683feb3f3148a6dad877402421ab61d (diff) | |
download | jquery-a4fc2edaab8c92bfebf90a10bd3f23dc7e03f993.tar.gz jquery-a4fc2edaab8c92bfebf90a10bd3f23dc7e03f993.zip |
Update Sizzle and add tests from the Sizzle suite that require jQuery for the selection to jquery/test/unit/selector.js
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 c1320ccad..62b633c78 100644 --- a/test/index.html +++ b/test/index.html @@ -33,7 +33,7 @@ <script src="unit/exports.js"></script> <script> - // html5shiv, enabling HTML5 elements to be used with jQuery + // html5shiv, enabling HTML5 elements to be used with jQuery ( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " + "mark meter nav output progress section summary time video" ).replace(/\w+/g, function(n) { |