Skip to content

Commit

Permalink
Make jQuery 1.9 the default version to test with
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Friedlander committed Jan 28, 2013
1 parent 21af92d commit 42105e6
Show file tree
Hide file tree
Showing 2 changed files with 9,556 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/SpecRunner.html
Expand Up @@ -12,7 +12,7 @@

<script type="text/javascript">
versionarg = window.location.search.match(/version=([^&]+)/);
jQueryVersion = versionarg ? versionarg[1] : '1.8.0';
jQueryVersion = versionarg ? versionarg[1] : '1.9.0';
jQuerySource = 'local';

var jQuery;
Expand Down

0 comments on commit 42105e6

Please sign in to comment.