diff --git a/oauth3.core.js b/oauth3.core.js index efb3323..0159994 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"); }