Size limits step in 30MB increments.

This commit is contained in:
Mark McDowall 2013-07-01 21:52:41 -07:00
parent 8bb4b06d28
commit d2e771c9f0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ define(['marionette', 'Mixins/AsModelBoundView', 'jquery.knob'], function (Mario
this.ui.knob.knob({
min : 0,
max : 200,
step : 5,
step : 1,
cursor : 25,
width : 150,
stopper : true,