From c9c45ebe4e1e7e29ffc9ff09c5de581fe6213593 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 25 Nov 2017 08:32:13 +0000 Subject: [PATCH] fix syntax error --- oauth3.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }