merge
This commit is contained in:
parent
945a843157
commit
274c2f436a
1 changed files with 2 additions and 2 deletions
|
@ -1063,9 +1063,9 @@ requires
|
||||||
.addClass("OxImage")
|
.addClass("OxImage")
|
||||||
.appendTo($track.$element), // fixme: make that work
|
.appendTo($track.$element), // fixme: make that work
|
||||||
c = $image[0].getContext('2d');
|
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) {
|
$.each(self.options.trackImages, function(i, v) {
|
||||||
console.log(v)
|
//console.log(v)
|
||||||
$("<img/>")
|
$("<img/>")
|
||||||
.attr({
|
.attr({
|
||||||
src: v
|
src: v
|
||||||
|
|
Loading…
Reference in a new issue