diff options
Diffstat (limited to 'lib/sax.js')
-rw-r--r-- | lib/sax.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -993,5 +993,5 @@ function write (chunk) { return parser } -})(typeof exports === "undefined" ? sax = {} : exports) +})(typeof exports === "undefined" ? this.sax = {} : exports) |