Skip to content

Commit

Permalink
Corrected issue references.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Jul 25, 2018
1 parent 91a8b08 commit 9ec12b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
// Load all plugin specific language files in a row.
CKEDITOR.scriptLoader.load( languageFiles, function() {

// Ensure the editor had not been destroyed in the meantime (https://dev.ckeditor.com/ticket/14613).
// Ensure the editor had not been destroyed in the meantime (#2257).
if ( editor.status === 'destroyed' ) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/wysiwygarea/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
doc = win.document,
body = doc.body;

// Check if editor had been destroyed (https://dev.ckeditor.com/ticket/14613).
// Check if editor had been destroyed (#2257).
if ( !editor ) {
return;
}
Expand Down

0 comments on commit 9ec12b5

Please sign in to comment.