diff options
author | James Lal <james@lightsofapollo.com> | 2012-10-10 12:26:40 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-10-10 12:26:40 -0700 |
commit | 669345b921f26928102a2a6a093e9888cfbf391b (patch) | |
tree | f3055b0039351539b7044c8d6334a05828091fe1 /lib/caldav/request | |
parent | 84c07224a04189d42abbcd2dbfaf541fa53a90ff (diff) | |
download | jsCalDAV-669345b921f26928102a2a6a093e9888cfbf391b.tar.gz |
browser build
Diffstat (limited to 'lib/caldav/request')
-rw-r--r-- | lib/caldav/request/calendar_query.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/caldav/request/calendar_query.js b/lib/caldav/request/calendar_query.js index 8e5155f..0d48788 100644 --- a/lib/caldav/request/calendar_query.js +++ b/lib/caldav/request/calendar_query.js @@ -50,8 +50,7 @@ content += this.filter.toString(); } - var out = this.template.render(content); - return out; + return this.template.render(content); } }; |