8
0
Quellcode durchsuchen

Minor typo fixes.

Grzegorz Pabian vor 11 Jahren
Ursprung
Commit
0968169520
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 1
      dev/bender/plugins/ckeditor5/static/extensions.js
  2. 1 0
      tests/ckeditor/basepath.js

+ 1 - 1
dev/bender/plugins/ckeditor5/static/extensions.js

@@ -19,7 +19,7 @@
 	 */
 	 */
 	bender.amd = {
 	bender.amd = {
 		/**
 		/**
-		 * Gets and object which holds the CKEditor modules guaranteed to be loaded before tests start.
+		 * Gets an object which holds the CKEditor modules guaranteed to be loaded before tests start.
 		 *
 		 *
 		 * @params {...String} module The name of the module to load.
 		 * @params {...String} module The name of the module to load.
 		 * @returns {Object} The object that will hold the loaded modules.
 		 * @returns {Object} The object that will hold the loaded modules.

+ 1 - 0
tests/ckeditor/basepath.js

@@ -54,6 +54,7 @@ describe( 'This browser', function() {
 
 
 function addScript( url ) {
 function addScript( url ) {
 	var script = document.createElement( 'script' );
 	var script = document.createElement( 'script' );
+
 	script.src = url;
 	script.src = url;
 	document.head.appendChild( script );
 	document.head.appendChild( script );