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({ .css({
width: self.trackImageWidths[i] + 'px' width: self.trackImageWidths[i] + 'px'
}) })
.mousedown(function(e) { .on({
e.preventDefault(); // prevent drag mousedown: function(e) {
e.preventDefault(); // prevent drag
}
}) })
.appendTo(self.$trackImages); .appendTo(self.$trackImages);
//left += self.trackImageWidths[i]; //left += self.trackImageWidths[i];