Explorar o código

Minor fix on the CKEDITOR tests.

fredck %!s(int64=10) %!d(string=hai) anos
pai
achega
73e2127e6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-engine/tests/ckeditor/ckeditor.js

+ 1 - 1
packages/ckeditor5-engine/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;