Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostov committed Feb 5, 2016
1 parent 6099e51 commit c2e64bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/inputs-ext/slider/slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ Make sure to include the plugin's code before using this editor.

// apply slider
this.$input.slider(this.options.slider);

// // copy `input-sm | input-lg` classes to placeholder input
// if($.fn.editableform.engine === 'bs3') {
// if(this.$input.hasClass('input-sm')) {
// this.$input.siblings('input.tt-hint').addClass('input-sm');
// }
// if(this.$input.hasClass('input-lg')) {
// this.$input.siblings('input.tt-hint').addClass('input-lg');
// }
// }
},

value2input: function(value) {
Expand Down

0 comments on commit c2e64bc

Please sign in to comment.