This commit is contained in:
rolux 2013-12-07 15:07:52 +01:00
parent 4779f31171
commit 3781262837

View file

@ -138,8 +138,10 @@ Ox.Range = function(options, self) {
.css({
width: self.trackImageWidths[i] + 'px'
})
.mousedown(function(e) {
.on({
mousedown: function(e) {
e.preventDefault(); // prevent drag
}
})
.appendTo(self.$trackImages);
//left += self.trackImageWidths[i];