blessing-skin-server/resources
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
..
assets Fix iterating items for closet and skin library 2017-12-16 11:03:37 +08:00
lang Add tests for PluginController 2017-11-16 14:09:08 +08:00
views Update JavaScript tests 2017-11-26 23:57:52 +08:00