mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5688 from eltociear/patch-1
Fix typo in dom-module.js
This commit is contained in:
@@ -126,7 +126,7 @@ export class DomModule extends HTMLElement {
|
||||
// Don't override existing assetpath.
|
||||
if (!this.__assetpath) {
|
||||
// note: assetpath set via an attribute must be relative to this
|
||||
// element's location; accomodate polyfilled HTMLImports
|
||||
// element's location; accommodate polyfilled HTMLImports
|
||||
const owner = window.HTMLImports && HTMLImports.importForElement ?
|
||||
HTMLImports.importForElement(this) || document : this.ownerDocument;
|
||||
const url = resolveUrl(
|
||||
|
||||
Reference in New Issue
Block a user