mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
Fix minor typo in console.log
This commit is contained in:
parent
13fad4fcbf
commit
5b5736cd78
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user