提交 6509b007 编写于 作者: M Mugen87

Editor: Fix ctor call of Command.

上级 92f08cc7
......@@ -13,7 +13,7 @@
var SetColorCommand = function ( editor, object, attributeName, newValue ) {
Command.call( editor, this );
Command.call( this, editor );
this.type = 'SetColorCommand';
this.name = 'Set ' + attributeName;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册