|
@@ -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 );
|
|
|
|
|
|