finished making jsonp parameter names interchangeable
This commit is contained in:
parent
38defe9629
commit
2060088c6b
@ -41,7 +41,6 @@ OSRM.JSONP = {
|
|||||||
|
|
||||||
// wrap timeout function
|
// wrap timeout function
|
||||||
OSRM.JSONP.timeouts[id] = function(response) {
|
OSRM.JSONP.timeouts[id] = function(response) {
|
||||||
console.log("timeout",id);
|
|
||||||
try {
|
try {
|
||||||
timeout_function(response, parameters);
|
timeout_function(response, parameters);
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
Reference in New Issue
Block a user