Ticket #4028: 4028_4_postfix.patch
File 4028_4_postfix.patch, 513 bytes (added by , 14 years ago) |
---|
-
_source/core/ui.js
67 67 { 68 68 var item = this._.items[ name ], 69 69 handler = item && this._.handlers[ item.type ], 70 command = item .command && this._.editor.getCommand( item.command );70 command = item && item.command && this._.editor.getCommand( item.command ); 71 71 72 72 var result = handler && handler.create.apply( this, item.args ); 73 73