From 3330fae47e6dba48a29091a811678e422d576469 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Tue, 4 Nov 2014 10:53:49 +0100 Subject: [PATCH] typo --- www/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/main.js b/www/main.js index 9ebd04b06..a7aa5f741 100644 --- a/www/main.js +++ b/www/main.js @@ -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');