Skip to content

Commit

Permalink
Merge pull request #514 from plentz/patch-2
Browse files Browse the repository at this point in the history
removing historical commented code
  • Loading branch information
nikoskalogridis committed Sep 6, 2014
2 parents b239e39 + 3d53f20 commit 5f8fe67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js/bootstrap-datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 5f8fe67

Please sign in to comment.