@@ -19,7 +19,7 @@
*/
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.
* @returns {Object} The object that will hold the loaded modules.
@@ -54,6 +54,7 @@ describe( 'This browser', function() {
function addScript( url ) {
var script = document.createElement( 'script' );
+
script.src = url;
document.head.appendChild( script );