aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sax.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sax.js')
-rw-r--r--lib/sax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sax.js b/lib/sax.js
index 63ae844..1808efa 100644
--- a/lib/sax.js
+++ b/lib/sax.js
@@ -993,5 +993,5 @@ function write (chunk) {
return parser
}
-})(typeof exports === "undefined" ? sax = {} : exports)
+})(typeof exports === "undefined" ? this.sax = {} : exports)