diff --git a/editor/js/commands/SetColorCommand.js b/editor/js/commands/SetColorCommand.js index 75d4023adfe06b8a921192e56415bfccbfeddf6e..c4e154c7adf9f6592b51e14e8de5da900f5a1325 100644 --- a/editor/js/commands/SetColorCommand.js +++ b/editor/js/commands/SetColorCommand.js @@ -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;