minor: Change function args names
parent
484a5fbd4c
commit
39f06a09ee
|
@ -51,8 +51,8 @@ loadPlugin = (pluginPath) ->
|
||||||
else
|
else
|
||||||
resolve()
|
resolve()
|
||||||
|
|
||||||
fail = (a, errorStr, e) ->
|
fail = (jqXHR, textStatus, errorThrown) ->
|
||||||
console.error("error loading", pluginPath, e)
|
console.error("Error loading plugin", pluginPath, errorThrown)
|
||||||
|
|
||||||
$.getJSON(pluginPath).then(success, fail)
|
$.getJSON(pluginPath).then(success, fail)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue