Browse Source

Renamed `LEFT` to lower case.

Oskar Wrobel 9 years ago
parent
commit
f8382b1acd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-undo/src/undo.js

+ 1 - 1
packages/ckeditor5-undo/src/undo.js

@@ -159,7 +159,7 @@ export default class Undo extends Feature {
 			label: label,
 			label: label,
 			noText: true,
 			noText: true,
 			icon: name,
 			icon: name,
-			iconAlign: 'LEFT'
+			iconAlign: 'left'
 		} );
 		} );
 
 
 		model.bind( 'isEnabled' ).to( command, 'isEnabled' );
 		model.bind( 'isEnabled' ).to( command, 'isEnabled' );