From eead2d3f0a7ba08ce0db21d23e5e761eb511a022 Mon Sep 17 00:00:00 2001 From: Ervald Kullolli Date: Thu, 1 May 2014 21:29:25 +0300 Subject: [PATCH] Added new Method for minuteStep --- js/bootstrap-timepicker.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/bootstrap-timepicker.js b/js/bootstrap-timepicker.js index 5972e3c8..2e8d8f62 100644 --- a/js/bootstrap-timepicker.js +++ b/js/bootstrap-timepicker.js @@ -843,6 +843,11 @@ this.update(ignoreWidget); }, + + setMinuteStep: function(step, ignoreWidget) { + this.minuteStep = step; + this.update(ignoreWidget); + }, showWidget: function() { if (this.isOpen) {