aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sax.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-09-06 10:15:01 -0700
committerJames Lal <james@lightsofapollo.com>2012-09-06 10:15:01 -0700
commitb85e18d5ae1677779876c755db692bbc34413efa (patch)
treeeee8de0a2c7920ead84ac83b47e28abc7404e968 /lib/sax.js
parent614340a6ccc4ec45b4b4895df12c075eb3405286 (diff)
downloadjsCalDAV-b85e18d5ae1677779876c755db692bbc34413efa.tar.gz
fix misc bugs update ical.js
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)