Added missing var definition

This commit is contained in:
Fede Bruchmann 2016-05-19 13:49:14 -03:00
parent ee1e2a275f
commit a42e0e416f

View File

@ -926,7 +926,8 @@
setPos,
timer = 0,
_xdsoft_datetime,
forEachAncestorOf;
forEachAncestorOf,
throttle;
if (options.id) {
datetimepicker.attr('id', options.id);