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

Commit

Permalink
use baseURI for import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jan 30, 2014
1 parent d1af6fd commit 0cf90a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
this.updateProperties();
},
resolveImportPath: function() {
this.importPath = (this.ownerDocument._URL || '').split('/').slice(0,-1).join('/');
this.importPath = (this.ownerDocument.baseURI || '').split('/').slice(0,-1).join('/');
},
resolveCategory: function() {
this.category = this.getAttribute('group');
Expand Down

0 comments on commit 0cf90a6

Please sign in to comment.