提交 0d1c91bf 编写于 作者: C Catouse

* fix bug in calendar.js.

上级 633bc9e6
......@@ -211,7 +211,7 @@
self.callEvent('clickCell',
{
view: self.view,
date: $(this).attr('data-date'),
date: new Date($(this).children('.day').attr('data-date')),
events: self.events
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册