Skip to content

Commit

Permalink
docs: add deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho committed Nov 4, 2019
1 parent 08a8145 commit a3579bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/handler/daygrid/move.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ DayGridMove.prototype._updateSchedule = function(scheduleData) {
* @event DayGridMove#beforeUpdateSchedule
* @type {object}
* @property {Schedule} schedule - The original schedule instance
* @property {Date} start - Deprecated: start time to update
* @property {Date} end - Deprecated: end time to update
* @property {object} changes - start and end time to update
* @property {Date} start - start time to update
* @property {Date} end - end time to update
Expand Down

0 comments on commit a3579bc

Please sign in to comment.