blessing-skin-server/resources/assets
Pig Fang bec9bdf3f3 Fix iterating items for closet and skin library
`for...of` is a feature of ES6,
however Babel will transpile this syntax to `Symbol.iterator()`,
which does not supported on IE11.
We won't add `Symbol` polyfill,
because it will increase JS file size.
`Array.prototype.reduce` is of ES5 and supported on IE11.
2017-12-16 11:03:37 +08:00
..
dist move static files to resources/assets 2016-09-25 00:03:07 +08:00
src Fix iterating items for closet and skin library 2017-12-16 11:03:37 +08:00