Skip to content

Commit

Permalink
Update zepto.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pedant committed Jan 6, 2015
1 parent 8679f7b commit 70234d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/src/main/assets/zepto.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Zepto v1.0-1-ga3cab6c - polyfill zepto detect event ajax form fx - zeptojs.com/license */
/* modified by Zhaomi from line 508 to 515 */
/* modified by Pedant from line 508 to 515 */
;(function(undefined) {
if (String.prototype.trim === undefined) // fix for iOS 3.2
String.prototype.trim = function() {
Expand Down Expand Up @@ -2182,4 +2182,4 @@ window.Zepto = Zepto;
speedUpTagClick(document.getElementsByTagName("h2"));
}, true);

})(Zepto);
})(Zepto);

0 comments on commit 70234d7

Please sign in to comment.