diff --git a/src/js/bootstrap-datetimepicker.js b/src/js/bootstrap-datetimepicker.js index 8a0f35129..a9032fd67 100644 --- a/src/js/bootstrap-datetimepicker.js +++ b/src/js/bootstrap-datetimepicker.js @@ -283,12 +283,6 @@ THE SOFTWARE. if (eData.dateDaysofweekdisabled !== undefined) { picker.options.daysOfWeekDisabled = eData.dateDaysofweekdisabled; } -// $.each(defaults, function (key) { -// var attributeName = 'date' + key.charAt(0).toUpperCase() + key.slice(1); -// if (eData[attributeName] !== undefined) { -// picker.options[key] = eData[attributeName]; -// } -// }); }, place = function () {