1
0
Fork 0
forked from 0x2620/oxjs

add mousewheel support to calendar

This commit is contained in:
rlx 2011-04-20 17:40:09 +00:00
commit e02e77605f
4 changed files with 96 additions and 1 deletions

View file

@ -51,6 +51,7 @@ $(function() {
} : {}))
)
.prependTo($log.$element);
event == 'anyclick' && Ox.print(e);
});
});
});