Browse Source

Merge pull request #76 in FUI/fineui from ~GUY/fineui:master to master

* commit '0371faa2955af4bdd21330fd98f54d09226e96ad':
  add
es6
guy 7 years ago
parent
commit
35f76c1253
  1. 3
      bi/polyfill.js
  2. 3
      docs/polyfill.js
  3. 2
      src/polyfill/array.js

3
bi/polyfill.js

@ -94,7 +94,8 @@ if (!Array.prototype.lastIndexOf) {
}
return -1;
};
}/**
}
/**
* 特殊情况
* Created by wang on 15/6/23.
*/

3
docs/polyfill.js

@ -94,7 +94,8 @@ if (!Array.prototype.lastIndexOf) {
}
return -1;
};
}/**
}
/**
* 特殊情况
* Created by wang on 15/6/23.
*/

2
src/polyfill/array.js

@ -94,4 +94,4 @@ if (!Array.prototype.lastIndexOf) {
}
return -1;
};
}
}

Loading…
Cancel
Save