We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8679f7b commit 70234d7Copy full SHA for 70234d7
sample/src/main/assets/zepto.js
@@ -1,5 +1,5 @@
1
/* Zepto v1.0-1-ga3cab6c - polyfill zepto detect event ajax form fx - zeptojs.com/license */
2
-/* modified by Zhaomi from line 508 to 515 */
+/* modified by Pedant from line 508 to 515 */
3
;(function(undefined) {
4
if (String.prototype.trim === undefined) // fix for iOS 3.2
5
String.prototype.trim = function() {
@@ -2182,4 +2182,4 @@ window.Zepto = Zepto;
2182
speedUpTagClick(document.getElementsByTagName("h2"));
2183
}, true);
2184
2185
-})(Zepto);
+})(Zepto);
0 commit comments