MINOR Cleaning up spaces and replace with tabs

This commit is contained in:
Sean Harvey 2012-04-17 14:42:43 +12:00
parent 69c066cb2c
commit 5813a94851

View File

@ -19,8 +19,8 @@
init : function(ed, url) { init : function(ed, url) {
// Register commands // Register commands
ed.addCommand('mceInsertMacron', function() { ed.addCommand('mceInsertMacron', function() {
ed.windowManager.open({ ed.windowManager.open({
file : url + '/macron.htm', file : url + '/macron.htm',
width : 350 + parseInt(ed.getLang('advanced.charmap_delta_width', 0)), width : 350 + parseInt(ed.getLang('advanced.charmap_delta_width', 0)),
@ -29,15 +29,14 @@
}, { }, {
plugin_url : url plugin_url : url
}); });
}); })
// Register buttons // Register buttons
ed.addButton('ssmacron', { ed.addButton('ssmacron', {
title : 'Insert a Macron', title : 'Insert a Macron',
cmd : 'mceInsertMacron', cmd : 'mceInsertMacron',
image : url + '/img/macron.png' image : url + '/img/macron.png'
}); });
} }
}); });