We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710b5d2 commit 3d9c4a9Copy full SHA for 3d9c4a9
common/content/util.js
@@ -13,7 +13,7 @@
13
Namespace.prototype.toString = function toString() { return this.uri; };
14
15
// Expose XHTML,XUL,NS to Global-scope.
16
- Object.defineProperties(this, {
+ Object.defineProperties(modules, {
17
XHTML: {
18
value: Object.freeze(
19
new Namespace("html", "http://www.w3.org/1999/xhtml")
0 commit comments