diff --git a/oauth3.core.js b/oauth3.core.js index a868821..e403a92 100644 --- a/oauth3.core.js +++ b/oauth3.core.js @@ -294,7 +294,7 @@ } } , urls: { - , rpc: function (providerUri, opts) { + rpc: function (providerUri, opts) { if (!providerUri) { throw new Error("cannot run rpc without providerUri"); }