Skip to content

Commit

Permalink
Update to jQuery 1.10.2 (was 1.7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
antw committed Nov 22, 2013
1 parent 1754d81 commit f07136a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -585,7 +585,7 @@ <h4 id="june-8th-2011">0.1.0 <em>June 8th, 2011</em></h4>
<!-- end README -->
</div>

<script type="text/javascript" src="vendor/jquery-1.7.1.js"></script>
<script type="text/javascript" src="vendor/jquery-1.10.2.js"></script>
<script type="text/javascript" src="vendor/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="vendor/underscore-1.3.1.js"></script>
<script type="text/javascript" src="jquery.quinn.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -15,7 +15,7 @@ <h2 id="qunit-userAgent"></h2>
<div id="slider" style="width: 500px"></div>
</div>

<script type="text/javascript" src="../vendor/jquery-1.7.1.js"></script>
<script type="text/javascript" src="../vendor/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../vendor/underscore-1.3.1.js"></script>
<script type="text/javascript" src="../jquery.quinn.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion test/integration/set_value_multiple.html
Expand Up @@ -38,7 +38,7 @@ <h1 id="quinn">Quinn</h1>
<!-- end README -->
</div>

<script type="text/javascript" src="../../vendor/jquery-1.7.1.js"></script>
<script type="text/javascript" src="../../vendor/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../../vendor/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../../vendor/underscore-1.3.1.js"></script>
<script type="text/javascript" src="../../jquery.quinn.js"></script>
Expand Down
17 changes: 7 additions & 10 deletions vendor/examples.js
Expand Up @@ -108,17 +108,14 @@
$('pre.no-example:not(.css) code').addClass('javascript');


// Skip syntax highlighting on IE < 9
if (! $.browser.msie || $.browser.version > 8.0) {
$('pre.css code').each(function () {
var $this = $(this).addClass('css');
$('pre.css code').each(function () {
var $this = $(this).addClass('css');

$('body').append($('<style type="text/css"></style>').
text($this.text()));
});
$('body').append($('<style type="text/css"></style>').
text($this.text()));
});

// Do highlighting.
hljs.initHighlightingOnLoad();
}
// Do highlighting.
hljs.initHighlightingOnLoad();

})(jQuery);
6 changes: 6 additions & 0 deletions vendor/jquery-1.10.2.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions vendor/jquery-1.7.1.js

This file was deleted.

0 comments on commit f07136a

Please sign in to comment.