Skip to content

Commit df27339

Browse files
committed
Merge branch 't/11290'
2 parents 5af58d9 + 43cf0ae commit df27339

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ CKEditor 4 Changelog
33

44
## CKEditor 4.3.2
55

6+
* [#11290](http://dev.ckeditor.com/ticket/11290): Removed redundant code in `sourcedialog` plugin.
7+
68
## CKEditor 4.3.1
79

810
**Important Notes:**

plugins/sourcedialog/dialogs/sourcedialog.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ CKEDITOR.dialog.add( 'sourcedialog', function( editor ) {
6262
id: 'main',
6363
label: editor.lang.sourcedialog.title,
6464
elements: [ {
65-
type: 'textarea',
6665
type: 'textarea',
6766
id: 'data',
6867
dir: 'ltr',

0 commit comments

Comments
 (0)