forked from 0x2620/oxjs
cleanup docs, fix children/find calls
This commit is contained in:
parent
a98902f165
commit
b9e80c9d75
88 changed files with 157 additions and 253 deletions
|
|
@ -1041,8 +1041,8 @@ Ox.Calendar = function(options, self) {
|
|||
- self.options.showToolbar * 24
|
||||
);
|
||||
self.$content.css({height: self.contentHeight + 'px'});
|
||||
that.$element.find('.OxBackground').empty();
|
||||
that.$element.find('.OxEvent').remove();
|
||||
that.find('.OxBackground').empty();
|
||||
that.find('.OxEvent').remove();
|
||||
renderBackground();
|
||||
renderTimelines();
|
||||
renderOverlay();
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.ListCalendar <function> List Calendar
|
||||
Ox.ListCalendar <f:Ox.Element> List Calendar
|
||||
(options[, self]) -> <o> List Calendar
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue