merge
This commit is contained in:
parent
17efab02b6
commit
bf5d519541
|
@ -1063,9 +1063,9 @@ requires
|
|||
.addClass("OxImage")
|
||||
.appendTo($track.$element), // fixme: make that work
|
||||
c = $image[0].getContext('2d');
|
||||
c.mozImageSmoothingEnabled = false;
|
||||
c.mozImageSmoothingEnabled = false; // we may want to remove this later
|
||||
$.each(self.options.trackImages, function(i, v) {
|
||||
console.log(v)
|
||||
//console.log(v)
|
||||
$("<img/>")
|
||||
.attr({
|
||||
src: v
|
||||
|
|
Loading…
Reference in New Issue
Block a user