Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
8dbe43f8
Commit
8dbe43f8
authored
Oct 11, 2015
by
Sebastian
Browse files
iCalCalendar clear() fix
parent
4f53956b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/calendar.js
View file @
8dbe43f8
...
...
@@ -435,6 +435,8 @@ var ICalCalendar = function(_data) {
data
.
prodid
=
'
//sebbo.net//ical-generator//EN
'
;
data
.
name
=
null
;
data
.
timezone
=
null
;
data
.
ttl
=
null
;
data
.
url
=
null
;
data
.
events
=
[];
return
this
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment