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