@@ -342,6 +342,7 @@
}
this.options.handleWidth = value;
this._width();
+ this._containerPosition();
return this.$element;
};
@@ -351,6 +352,7 @@
this.options.labelWidth = value;
@@ -259,6 +259,7 @@ do ($ = window.jQuery, window) ->
@options.handleWidth = value
@_width()
+ @_containerPosition()
@$element
labelWidth: (value) ->
@@ -266,6 +267,7 @@ do ($ = window.jQuery, window) ->
@options.labelWidth = value
baseClass: (value) ->