X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fnewpage%2Fplugin.js;h=ab188745c58aff0aed2e3f7374bacca48a27ce14;hp=6a9d7ca0962b44f5ba5aac9f4a08200d62b6274b;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hpb=2f22c0c38f17e75be5541089076885442aaa2377 diff --git a/_source/plugins/newpage/plugin.js b/_source/plugins/newpage/plugin.js index 6a9d7ca..ab18874 100644 --- a/_source/plugins/newpage/plugin.js +++ b/_source/plugins/newpage/plugin.js @@ -26,7 +26,7 @@ CKEDITOR.plugins.add( 'newpage', { editor.fire( 'afterCommandExec', { - name: command.name, + name: 'newpage', command: command } ); editor.selectionChange();