Merge pull request #991 from learykara/patch-3
Declare undeclared variables
This commit is contained in:
commit
99eee90c91
@ -5,6 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
;(function() {
|
;(function() {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Block-Level Grammar
|
* Block-Level Grammar
|
||||||
@ -1144,8 +1145,8 @@ function resolveUrl(base, href) {
|
|||||||
return base + href;
|
return base + href;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
baseUrls = {};
|
var baseUrls = {};
|
||||||
originIndependentUrl = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;
|
var originIndependentUrl = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;
|
||||||
|
|
||||||
function noop() {}
|
function noop() {}
|
||||||
noop.exec = noop;
|
noop.exec = noop;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user