We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3318 commit acebd86Copy full SHA for acebd86
tests/adapters/jquery/manual/nockeditor.html
@@ -1,3 +1,4 @@
1
<script>
2
- delete window.CKEDITOR;
+ // Can't use `delete` because IE8 fails. #13177
3
+ window.CKEDITOR = undefined;
4
</script>
0 commit comments