Skip to content

Commit

Permalink
Merge branch 't/10863' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Oct 23, 2013
2 parents ca537ae + aca99a8 commit e235ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/filter.js
Expand Up @@ -280,7 +280,7 @@

var node, element, check,
toBeChecked = [],
enterTag = enterModeTags[ enterMode || ( this.editor ? this.editor.activeEnterMode : CKEDITOR.ENTER_P ) ];
enterTag = enterModeTags[ enterMode || ( this.editor ? this.editor.enterMode : CKEDITOR.ENTER_P ) ];

// Remove elements in reverse order - from leaves to root, to avoid conflicts.
while ( ( node = toBeRemoved.pop() ) ) {
Expand Down

0 comments on commit e235ac9

Please sign in to comment.