Commit 49db4aef authored by zhangbobell's avatar zhangbobell

去掉 js 数组的逗号

parent 16302366
...@@ -509,7 +509,7 @@ define(function(require, exports, module) { ...@@ -509,7 +509,7 @@ define(function(require, exports, module) {
} }
apply(root, root.parent ? root.parent.getGlobalLayoutTransform() : new kity.Matrix()); apply(root, root.parent ? root.parent.getGlobalLayoutTransform() : new kity.Matrix());
return this; return this;
}, }
}); });
module.exports = Layout; module.exports = Layout;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment