Skip to content

Commit

Permalink
feat: expose multitouch option (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed Oct 8, 2017
1 parent ba6bc67 commit 6c22ff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addon/components/range-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default Ember.Component.extend({
direction: 'ltr',
behaviour: 'tap',
tooltips: false,
multitouch: false,

min: 0,
max: 100,
Expand Down Expand Up @@ -54,7 +55,8 @@ export default Ember.Component.extend({
'limit', 'range', 'connect',
'orientation', 'direction',
'behaviour', 'animate', 'snap',
'pips', 'format', 'tooltips'
'pips', 'format', 'tooltips',
'multitouch'
);
let sliderEvents = Ember.A(['change', 'set', 'slide', 'update', 'start', 'end']);

Expand Down

0 comments on commit 6c22ff8

Please sign in to comment.