local patch to retina.js to make it play nicer in firefox

pull/567/head
Justin Richer 2014-03-13 20:05:20 -04:00
parent 06a86f4830
commit 1ef767462e
1 changed files with 1 additions and 1 deletions

View File

@ -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);