Skip to content

Commit

Permalink
Fix submodules revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
kir committed Mar 14, 2015
1 parent 0a51864 commit 34350b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/pdoc
2 changes: 1 addition & 1 deletion vendor/sizzle/repository
Submodule repository updated 80 files
+3 −0 .bowerrc
+11 −0 .editorconfig
+1 −0 .gitattributes
+9 −0 .gitignore
+0 −3 .gitmodules
+17 −0 .jshintrc
+97 −0 .mailmap
+3 −0 .travis.yml
+39 −0 AUTHORS.txt
+5 −0 CONTRIBUTING.md
+145 −0 Gruntfile.js
+0 −148 LICENSE
+21 −0 MIT-LICENSE.txt
+0 −3 Makefile
+0 −14 README
+56 −0 README.md
+23 −0 bower.json
+2,034 −0 dist/sizzle.js
+3 −0 dist/sizzle.min.js
+1 −0 dist/sizzle.min.map
+56 −0 package.json
+0 −1,413 sizzle.js
+26 −0 speed/.jshintrc
+0 −31 speed/config.ini
+20 −0 speed/data/checkJava.js
+3,325 −0 speed/data/selector.html
+0 −3 speed/footer.html
+16,858 −7,614 speed/frameworks/dojo.js
+0 −1,402 speed/frameworks/domass.js
+9,404 −0 speed/frameworks/jquery-1.7.2.js
+9,301 −0 speed/frameworks/jquery-1.8.1.js
+0 −3,549 speed/frameworks/jquery.js
+1,213 −0 speed/frameworks/mootools-slick.js
+0 −3,946 speed/frameworks/mootools.js
+1,626 −0 speed/frameworks/nwmatcher.js
+1,719 −0 speed/frameworks/oldSizzle.js
+0 −4,320 speed/frameworks/prototype.js
+241 −0 speed/frameworks/qwery.js
+0 −6 speed/header.html
+ speed/images/favicon.ico
+ speed/images/logo.png
+50 −0 speed/index.html
+0 −1 speed/index.php
+0 −4 speed/instructions.txt
+3,919 −0 speed/libs/benchmark/benchmark.js
+129 −0 speed/libs/requirejs-domready/domReady.js
+386 −0 speed/libs/requirejs-text/text.js
+2,068 −0 speed/libs/requirejs/require.js
+ speed/logo.png
+16 −8 speed/selectors.css
+273 −0 speed/selectors.large.css
+4 −0 speed/selectors.small.css
+270 −0 speed/speed.css
+597 −0 speed/speed.js
+0 −189 speed/style.css
+0 −112 speed/system/index.php
+0 −147 speed/system/slickspeed.js
+0 −50 speed/system/template.php
+0 −2,865 speed/template.html
+29 −0 src/.jshintrc
+2,034 −0 src/sizzle.js
+10 −0 tasks/commit.js
+34 −0 tasks/compile.js
+35 −0 tasks/dist.js
+43 −0 tasks/release.js
+9 −0 tasks/tag.js
+35 −0 tasks/version.js
+50 −0 test/.jshintrc
+0 −0 test/data/empty.js
+22 −0 test/data/mixed_sort.html
+0 −7 test/data/sizzle-jquery.js
+103 −16 test/data/testinit.js
+0 −25 test/data/with_fries.xml
+46 −46 test/index.html
+7,241 −4,562 test/jquery.js
+237 −0 test/libs/qunit/qunit.css
+2,288 −0 test/libs/qunit/qunit.js
+95 −0 test/unit/extending.js
+852 −281 test/unit/selector.js
+169 −0 test/unit/utilities.js

0 comments on commit 34350b5

Please sign in to comment.