Skip to content

Commit

Permalink
Update test spec to use jQuery 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Friedlander committed Aug 16, 2013
1 parent 378ef17 commit 882fb10
Show file tree
Hide file tree
Showing 2 changed files with 9,790 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.9.0';
jQueryVersion = versionarg ? versionarg[1] : '1.10.2';
jQuerySource = 'local';

var jQuery;
Expand Down

0 comments on commit 882fb10

Please sign in to comment.