未验证 提交 656e131c 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #19064 from Mugen87/dev41

Editor: Remove useless assignment.
......@@ -269,7 +269,6 @@
var key = parseType(scope, str, pos + 2);
if (!key) return null;
pos = skipSpace(str, key.end);
madeUp = madeUp || key.madeUp;
if (str.charAt(pos++) != ",") return null;
var val = parseType(scope, str, pos);
if (!val) return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册