make jRange behave again

This commit is contained in:
Mario Vavti
2015-04-09 10:53:37 +02:00
parent 4fd80304a5
commit 7e7678364b
3 changed files with 8 additions and 25 deletions

View File

@@ -71,7 +71,7 @@
console.log('jRange : no width found, returning');
return;
} else {
this.domNode.css('width', this.options.width || this.inputNode.width());
this.domNode.width(this.options.width || this.inputNode.width());
this.inputNode.hide();
}
@@ -332,4 +332,4 @@
return result || this;
};
})(jQuery, window, document);
})(jQuery, window, document);