Skip to content

Commit

Permalink
Bumps zepto version
Browse files Browse the repository at this point in the history
0.8 did not include $.inArray
  • Loading branch information
ipmb committed Jul 18, 2012
1 parent f33324e commit 03bd61b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ full and minified distribution files include [parseUri][5].

Download the latest version [here][5].

Raven.js requires either [jQuery][6] (>1.5) or [Zepto.js][7].
Raven.js requires either [jQuery][6] (>1.5) or [Zepto.js][7] (>0.8).

First include jQuery or Zepto in your document's head. Then include the
minified distribution file from the 'dist' directory:
Expand Down
2 changes: 1 addition & 1 deletion src/raven.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Originally based on the Arecibo JavaScript client.
//
// Requires:
// * Either jQuery (>1.5) or Zepto.js.
// * Either jQuery (>1.5) or Zepto.js (>0.8).
// * parseUri (included in the full and minified distribution files)

(function(){
Expand Down
2 changes: 1 addition & 1 deletion test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- jQuery or Zepto-->
<script type="text/javascript">
if (querystring = window.location.search.slice(1).indexOf('lib=zepto') != -1) {
document.write('<' + 'script type="text/javascript" src="vendor/zepto-0.8.min.js"><' + '/script>');
document.write('<' + 'script type="text/javascript" src="vendor/zepto-1.0rc1.min.js"><' + '/script>');
} else {
document.write('<' + 'script type="text/javascript" src="vendor/jquery-1.7.1.min.js"><' + '/script>');
}
Expand Down
Loading

0 comments on commit 03bd61b

Please sign in to comment.