Dev: Refactoring

This commit is contained in:
surunzi
2016-05-16 22:08:44 +08:00
parent 535a501e4b
commit da5d51b89c
10 changed files with 19 additions and 50 deletions

View File

@@ -4,7 +4,7 @@ function formatStyle(style)
{
var ret = {};
for (var i = 0, len = style.length; i < len; i++)
for (let i = 0, len = style.length; i < len; i++)
{
var name = style[i];