Skip to content

Commit 3d9c4a9

Browse files
committed
Fix: this(chrome-window) to modules.
1 parent 710b5d2 commit 3d9c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Namespace.prototype.toString = function toString() { return this.uri; };
1414

1515
// Expose XHTML,XUL,NS to Global-scope.
16-
Object.defineProperties(this, {
16+
Object.defineProperties(modules, {
1717
XHTML: {
1818
value: Object.freeze(
1919
new Namespace("html", "http://www.w3.org/1999/xhtml")

0 commit comments

Comments
 (0)