JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.2
[ckeditor.git] / _source / plugins / panel / plugin.js
index ec682a6..9489cc8 100644 (file)
@@ -230,6 +230,11 @@ CKEDITOR.ui.panel.prototype =
                block.show();\r
 \r
                return block;\r
+       },\r
+\r
+       destroy : function()\r
+       {\r
+               this.element && this.element.remove();\r
        }\r
 };\r
 \r