JSCS fixes

Change-Id: I11032f05eaee1e8c895e06ebbc9c329cbc70c8c0
This commit is contained in:
Ed Sanders 2013-12-13 18:05:21 +00:00
parent 0a203fec65
commit 8e3f77a9e7
2 changed files with 3 additions and 7 deletions

View file

@ -83,10 +83,8 @@ ve.ce.MWBlockImageNode = function VeCeMWBlockImageNode( model, config ) {
// Events
this.model.connect( this, { 'attributeChange': 'onAttributeChange' } );
};
/* Inheritance */
OO.inheritClass( ve.ce.MWBlockImageNode, ve.ce.BranchNode );
@ -278,7 +276,6 @@ ve.ce.MWBlockImageNode.prototype.onSetup = function () {
if ( type !== 'none' && type !== 'frameless' ) {
this.$element.addClass( this.getCssClass( 'default', this.model.getAttribute( 'align' ) ) );
}
};
/**

View file

@ -70,7 +70,6 @@ ve.ui.MWMediaEditDialog.static.toolbarGroups = [
}
];
ve.ui.MWMediaEditDialog.static.surfaceCommands = [
'undo',
'redo',