remove unnecessary code line

This commit is contained in:
t1m0n 2016-04-04 10:28:05 +03:00
parent 84bfbe9a45
commit e8577a50f7
3 changed files with 1 additions and 3 deletions

View File

@ -2072,7 +2072,6 @@ var Datepicker;
_onMouseEnterRange: function (e) {
var name = $(e.target).attr('name');
this.rangInFocus = name;
$('.datepicker--time-current-' + name, this.$timepicker).addClass('-focus-');
},

File diff suppressed because one or more lines are too long

View File

@ -240,7 +240,6 @@
_onMouseEnterRange: function (e) {
var name = $(e.target).attr('name');
this.rangInFocus = name;
$('.datepicker--time-current-' + name, this.$timepicker).addClass('-focus-');
},