aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-09-30 12:35:08 -0700
committerJames Lal <james@lightsofapollo.com>2012-09-30 12:35:08 -0700
commitadcd11c2570d2e11eb201ce7d216b5067521afe0 (patch)
treeb5b2ac5c19489720323a29470f13077b97ed2c54 /lib
parente5aaf7365f2b0ea0160357e5e1a4ee47379d372a (diff)
downloadjsCalDAV-adcd11c2570d2e11eb201ce7d216b5067521afe0.tar.gz
use strict fix
Diffstat (limited to 'lib')
-rw-r--r--lib/caldav/sax.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/caldav/sax.js b/lib/caldav/sax.js
index db3a486..ecc229e 100644
--- a/lib/caldav/sax.js
+++ b/lib/caldav/sax.js
@@ -149,9 +149,6 @@
//add to stackData
stackData.tagSpec = data.tagSpec;
- // shortcut to the current tag object
- this.currentTag = stackData;
-
//determine if we need to switch to another
//handler object.
handle = this.getHandler(data.tagSpec);