diff --git a/sample/src/main/assets/zepto.js b/sample/src/main/assets/zepto.js index 40f34f1..4fc013b 100644 --- a/sample/src/main/assets/zepto.js +++ b/sample/src/main/assets/zepto.js @@ -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() { @@ -2182,4 +2182,4 @@ window.Zepto = Zepto; speedUpTagClick(document.getElementsByTagName("h2")); }, true); -})(Zepto); \ No newline at end of file +})(Zepto);