Skip to content

Commit

Permalink
Minor doc change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Oct 21, 2015
1 parent 1895988 commit d6390a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wysiwygarea/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

var editable = this;

// Without it IE 8 has problem with removing selection in nested editable. (#13785)
// Without it IE8 has problem with removing selection in nested editable. (#13785)
if ( CKEDITOR.env.ie && !CKEDITOR.env.edge ) {
doc.getDocumentElement().addClass( doc.$.compatMode );
}
Expand Down

0 comments on commit d6390a5

Please sign in to comment.