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

@ -29,7 +29,7 @@
}, { }, {
plugin_url : url plugin_url : url
}); });
}); })
// Register buttons // Register buttons
ed.addButton('ssmacron', { ed.addButton('ssmacron', {
@ -37,7 +37,6 @@
cmd : 'mceInsertMacron', cmd : 'mceInsertMacron',
image : url + '/img/macron.png' image : url + '/img/macron.png'
}); });
} }
}); });