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