Fix minor typo in console.log

This commit is contained in:
Andy Gup 2016-05-11 12:39:18 -06:00
parent 13fad4fcbf
commit 5b5736cd78

View File

@ -2055,7 +2055,7 @@ define([
callback(obj.addResults, obj.updateResults, obj.deleteResults);
}
catch(err) {
console.error("EDIT REQUEST REPONSE WAS NOT SUCCESSFUL:", req);
console.error("EDIT REQUEST RESPONSE WAS NOT SUCCESSFUL:", req);
errback("Unable to parse xhr response", req);
}
}