Fix argument name mixup
This commit is contained in:
@@ -133,7 +133,7 @@ let domImplementation_ = undefined;
|
|||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
export function registerDOMImplementation(domImplementation) {
|
export function registerDOMImplementation(domImplementation) {
|
||||||
domImplementation_ = document;
|
domImplementation_ = domImplementation;
|
||||||
}
|
}
|
||||||
|
|
||||||
let document_ = undefined;
|
let document_ = undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user