mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
Dev: Refactoring
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user