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