forked from 0x2620/oxjs
- find in layers
- change upadteAnnotation call to allow id updates
This commit is contained in:
parent
e8b1362309
commit
fd96423266
6 changed files with 81 additions and 38 deletions
|
|
@ -841,9 +841,6 @@ Ox.Calendar = function(options, self) {
|
|||
}
|
||||
|
||||
function getMouseDate(e) {
|
||||
Ox.print('mousedate', e.clientX, that.offset().left, self.options.width, new Date(+self.options.date + (
|
||||
e.clientX - that.offset().left - self.options.width / 2 - 1
|
||||
) * getSecondsPerPixel() * 1000))
|
||||
return new Date(+self.options.date + (
|
||||
e.clientX - that.offset().left - self.options.width / 2 - 1
|
||||
) * getSecondsPerPixel() * 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue