Fixing code formatting in rich-text-editing docs

This commit is contained in:
Sean Harvey 2013-01-24 12:50:55 +13:00
parent 6b4d1a7570
commit 3aa2cdccba

View File

@ -116,9 +116,7 @@ simple example of a plugin that adds a button to the editor:
ed.addButton ('myplugin', {
'title' : 'My plugin',
'image' : url+'/myplugin.png',
'onclick' : function () {
alert('Congratulations! Your plugin works!');
}