Fix documentation

This commit is contained in:
nathangray 2016-06-30 13:21:13 -06:00
parent b7919b1fe0
commit ca7779c825

View File

@ -427,8 +427,6 @@ var et2_calendar_view = (function(){ "use strict"; return et2_valueWidget.extend
/** /**
* Create or update an event used for feedback while dragging on empty space, * Create or update an event used for feedback while dragging on empty space,
* so user can see something is happening * so user can see something is happening
*
* @param {type} start
*/ */
_drag_create_event: function() _drag_create_event: function()
{ {
@ -617,4 +615,4 @@ jQuery.extend(et2_calendar_view,
return cache; return cache;
} }
} }
}); });