Changeset 4924
- Timestamp:
- 01/14/10 21:53:28 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/clipboard/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r4923 r4924 52 52 <li><a href="http://dev.fckeditor.net/ticket/4964">#4964</a> : The BACKSPACE key positioning was not correct in some cases with Firefox.</li> 53 53 <li><a href="http://dev.fckeditor.net/ticket/4773">#4773</a> : The fileBrowser plugin overwrote any onClick function for a fileButton element.</li> 54 <li><a href="http://dev.fckeditor.net/ticket/4731">#4731</a> : The clipboard plugin was missing a reference to the dialog plugin.</li> 54 55 </ul> 55 56 <h3> -
CKEditor/trunk/_source/plugins/clipboard/plugin.js
r4907 r4924 242 242 CKEDITOR.plugins.add( 'clipboard', 243 243 { 244 requires : [ ' htmldataprocessor' ],244 requires : [ 'dialog', 'htmldataprocessor' ], 245 245 init : function( editor ) 246 246 {
Note: See TracChangeset
for help on using the changeset viewer.
