|
@@ -58,7 +58,7 @@ function prvwidth() {
|
|
return this.$wrapper.width(this.privateHandleWidth + this.privateLabelWidth);
|
|
return this.$wrapper.width(this.privateHandleWidth + this.privateLabelWidth);
|
|
}
|
|
}
|
|
|
|
|
|
-function prvcontainerPosition(state = this.ope) {
|
|
|
|
|
|
+function prvcontainerPosition(state = this.options.state) {
|
|
this.$container.css('margin-left', () => {
|
|
this.$container.css('margin-left', () => {
|
|
const values = [0, `-${this.privateHandleWidth}px`];
|
|
const values = [0, `-${this.privateHandleWidth}px`];
|
|
if (this.options.indeterminate) {
|
|
if (this.options.indeterminate) {
|