Changeset 4197
- Timestamp:
- 09/07/09 12:36:34 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/panel/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/panel/plugin.js
r4178 r4197 256 256 257 257 // Disable context menu for panels. 258 if ( CKEDITOR.plugins.contextMenu ) 259 CKEDITOR.plugins.contextMenu.prototype.addDisabledTarget( this.element ); 258 this.element.disableContextMenu(); 260 259 }, 261 260
Note: See TracChangeset
for help on using the changeset viewer.
