Explorar o código

Editor: Fix ctor call of Command.

Mugen87 %!s(int64=6) %!d(string=hai) anos
pai
achega
6509b0076a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/js/commands/SetColorCommand.js

+ 1 - 1
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;