Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 0cf90a6

Browse files
committed
use baseURI for import path.
1 parent d1af6fd commit 0cf90a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-meta.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
this.updateProperties();
3333
},
3434
resolveImportPath: function() {
35-
this.importPath = (this.ownerDocument._URL || '').split('/').slice(0,-1).join('/');
35+
this.importPath = (this.ownerDocument.baseURI || '').split('/').slice(0,-1).join('/');
3636
},
3737
resolveCategory: function() {
3838
this.category = this.getAttribute('group');

0 commit comments

Comments
 (0)