Navigation Menu

Skip to content

Commit

Permalink
Tests: IE8 cannot delete from the window object. Fixes #13177.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed May 26, 2015
1 parent 93d3318 commit acebd86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/adapters/jquery/manual/nockeditor.html
@@ -1,3 +1,4 @@
<script>
delete window.CKEDITOR;
// Can't use `delete` because IE8 fails. #13177
window.CKEDITOR = undefined;
</script>

0 comments on commit acebd86

Please sign in to comment.