diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-02 20:06:13 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-02 20:06:13 +0000 |
| commit | 3863844d32b3fb04b6499dffe5d49ed893056026 (patch) | |
| tree | 6eb15725d4f15d93bb9e0e241e3d0cadf0e2dc9b /plugins/horizontalrule | |
| parent | b1de4b213ba60402d6d13a2a6892d5a422c4f8e4 (diff) | |
| download | ckeditor-3863844d32b3fb04b6499dffe5d49ed893056026.tar.gz ckeditor-3863844d32b3fb04b6499dffe5d49ed893056026.tar.bz2 ckeditor-3863844d32b3fb04b6499dffe5d49ed893056026.zip | |
Attempt to make some old ckeditor stuff disappear
Diffstat (limited to 'plugins/horizontalrule')
| -rw-r--r-- | plugins/horizontalrule/plugin.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/horizontalrule/plugin.js b/plugins/horizontalrule/plugin.js deleted file mode 100644 index 3c275b6..0000000 --- a/plugins/horizontalrule/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -(function(){var a={exec:function(c){c.insertElement(c.document.createElement('hr'));}},b='horizontalrule';CKEDITOR.plugins.add(b,{init:function(c){c.addCommand(b,a);c.ui.addButton('HorizontalRule',{label:c.lang.horizontalrule,command:b});}});})(); |
