forked from 0x2620/oxjs
make dialog fire resize events after maximize and reset
This commit is contained in:
parent
c7d268a7aa
commit
e5d0c3fd20
2 changed files with 8 additions and 1 deletions
|
|
@ -1139,7 +1139,6 @@ Ox.Calendar = function(options, self) {
|
|||
self.options.width = that.width();
|
||||
self.options.height = that.height();
|
||||
self.$zoomInput.options({size: self.options.width});
|
||||
getLines();
|
||||
renderCalendar();
|
||||
return that;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue