From c3821588243581ab48dd72f4b6341d36e9579386 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 25 Aug 2017 11:26:06 +0800 Subject: [PATCH] add --- bi/polyfill.js | 3 ++- docs/polyfill.js | 3 ++- src/polyfill/array.js | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bi/polyfill.js b/bi/polyfill.js index 5b1e37459..f67d79a6e 100644 --- a/bi/polyfill.js +++ b/bi/polyfill.js @@ -94,7 +94,8 @@ if (!Array.prototype.lastIndexOf) { } return -1; }; -}/** +} +/** * 特殊情况 * Created by wang on 15/6/23. */ diff --git a/docs/polyfill.js b/docs/polyfill.js index 5b1e37459..f67d79a6e 100644 --- a/docs/polyfill.js +++ b/docs/polyfill.js @@ -94,7 +94,8 @@ if (!Array.prototype.lastIndexOf) { } return -1; }; -}/** +} +/** * 特殊情况 * Created by wang on 15/6/23. */ diff --git a/src/polyfill/array.js b/src/polyfill/array.js index 3249fa6e3..266f7b3f8 100644 --- a/src/polyfill/array.js +++ b/src/polyfill/array.js @@ -94,4 +94,4 @@ if (!Array.prototype.lastIndexOf) { } return -1; }; -} \ No newline at end of file +}