Fix Bug 46597
This commit is contained in:
parent
cb61ccb5f3
commit
e88d1b6518
|
@ -301,7 +301,7 @@ define([
|
||||||
if (callback) {
|
if (callback) {
|
||||||
this.spriteThumbs = new Image();
|
this.spriteThumbs = new Image();
|
||||||
this.spriteThumbs.onload = callback;
|
this.spriteThumbs.onload = callback;
|
||||||
this.spriteThumbs.src = (window.devicePixelRatio > 1) ? thumbPath2x : thumbPath;
|
this.spriteThumbs.src = isRetina ? thumbPath2x : thumbPath;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue