local patch to retina.js to make it play nicer in firefox
parent
06a86f4830
commit
1ef767462e
|
@ -80,7 +80,7 @@
|
||||||
return callback(true);
|
return callback(true);
|
||||||
} else {
|
} else {
|
||||||
http = new XMLHttpRequest;
|
http = new XMLHttpRequest;
|
||||||
http.open('HEAD', this.at_2x_path);
|
http.open('GET', this.at_2x_path);
|
||||||
http.onreadystatechange = function() {
|
http.onreadystatechange = function() {
|
||||||
if (http.readyState != 4) {
|
if (http.readyState != 4) {
|
||||||
return callback(false);
|
return callback(false);
|
||||||
|
|
Loading…
Reference in New Issue