pull/1/head
Caleb James DeLisle 10 years ago
parent 8fc732d879
commit 3330fae47e

@ -38,7 +38,7 @@ define([
removeButtons: 'Source,Maximize', removeButtons: 'Source,Maximize',
// This plugin inserts html crap into the document which is not part of the document // This plugin inserts html crap into the document which is not part of the document
// itself and causes problems when it's sent across the wire and reflected back. // itself and causes problems when it's sent across the wire and reflected back.
removePlugins = 'magicline' removePlugins: 'magicline'
}); });
editor.on('instanceReady', function () { editor.on('instanceReady', function () {
editor.execCommand('maximize'); editor.execCommand('maximize');

Loading…
Cancel
Save