Skip to content

Commit 70234d7

Browse files
committedJan 6, 2015
Update zepto.js
1 parent 8679f7b commit 70234d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎sample/src/main/assets/zepto.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Zepto v1.0-1-ga3cab6c - polyfill zepto detect event ajax form fx - zeptojs.com/license */
2-
/* modified by Zhaomi from line 508 to 515 */
2+
/* modified by Pedant from line 508 to 515 */
33
;(function(undefined) {
44
if (String.prototype.trim === undefined) // fix for iOS 3.2
55
String.prototype.trim = function() {
@@ -2182,4 +2182,4 @@ window.Zepto = Zepto;
21822182
speedUpTagClick(document.getElementsByTagName("h2"));
21832183
}, true);
21842184

2185-
})(Zepto);
2185+
})(Zepto);

0 commit comments

Comments
 (0)