Selaa lähdekoodia

Minor fix on the CKEDITOR tests.

fredck 10 vuotta sitten
vanhempi
commit
968f0478f5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/ckeditor5-utils/tests/ckeditor/ckeditor.js

+ 1 - 1
packages/ckeditor5-utils/tests/ckeditor/ckeditor.js

@@ -9,7 +9,7 @@
 
 var modules = bender.amd.require( 'ckeditor', 'editor', 'promise' );
 
-var content = document.getElementById( content );
+var content = document.getElementById( 'content' );
 
 beforeEach( function() {
 	var CKEDITOR = modules.ckeditor;