From 13526b0916edeb90f26544cec669295a587037bd Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Jan 2015 09:31:53 -0500 Subject: [PATCH] chore(poyfill) rm "\n" --- lib/client/polyfill.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/client/polyfill.js b/lib/client/polyfill.js index 852881b4..ee142941 100644 --- a/lib/client/polyfill.js +++ b/lib/client/polyfill.js @@ -157,7 +157,6 @@ var Util, DOM, jQuery; }; if (!document.body.classList) { - DOM.isContainClass = function(pElement, pClass) { var lRet, lClassName = pElement && pElement.className;