aboutsummaryrefslogtreecommitdiffstats
path: root/library/jRange/jquery.range.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/jRange/jquery.range.js')
-rw-r--r--library/jRange/jquery.range.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/jRange/jquery.range.js b/library/jRange/jquery.range.js
index 4a35a380f..860b74511 100644
--- a/library/jRange/jquery.range.js
+++ b/library/jRange/jquery.range.js
@@ -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); \ No newline at end of file
+})(jQuery, window, document);