Skip to content

Commit

Permalink
Fixed wrong config name in documentation: config.magicline_putEverywh…
Browse files Browse the repository at this point in the history
…ere -> config.magicline_everywhere.
  • Loading branch information
oleq committed Nov 14, 2014
1 parent ee67715 commit c2a102f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/magicline/plugin.js
Expand Up @@ -1840,8 +1840,8 @@ CKEDITOR.config.magicline_keystrokeNext = CKEDITOR.CTRL + CKEDITOR.SHIFT + 52; /
* {@link CKEDITOR.dtd#$block} elements as accessible by the magic line.
*
* // Enables the greedy "put everywhere" mode.
* CKEDITOR.config.magicline_putEverywhere = true;
* CKEDITOR.config.magicline_everywhere = true;
*
* @cfg {Boolean} [magicline_putEverywhere=false]
* @cfg {Boolean} [magicline_everywhere=false]
* @member CKEDITOR.config
*/

0 comments on commit c2a102f

Please sign in to comment.