Merge pull request #131 from pmcelhaney/patch-1

Great price and record fast shipping time!!! Would request again. :)
This commit is contained in:
John Bintz 2012-03-20 11:12:14 -07:00
commit 68683e4b6c

View File

@ -45,8 +45,6 @@
http.onreadystatechange = function() {
if(http.readyState === http.DONE) {
console.log(http);
console.log(http.getResponseHeader('Last-Modified'));
callback(http.getResponseHeader('Last-Modified'));
}
};