Fix argument name mixup

This commit is contained in:
Björn Harrtell
2019-11-07 20:39:28 +01:00
parent 90d61033e0
commit fc46166821

View File

@@ -133,7 +133,7 @@ let domImplementation_ = undefined;
* @api
*/
export function registerDOMImplementation(domImplementation) {
domImplementation_ = document;
domImplementation_ = domImplementation;
}
let document_ = undefined;