This commit is contained in:
Caleb James DeLisle 2014-11-04 10:53:49 +01:00
parent 8fc732d879
commit 3330fae47e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ define([
removeButtons: 'Source,Maximize',
// 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.
removePlugins = 'magicline'
removePlugins: 'magicline'
});
editor.on('instanceReady', function () {
editor.execCommand('maximize');