From be58e9c785499fea663b00fea975a0dbfa9eba51 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Wed, 16 Dec 2015 09:46:01 -0500 Subject: [PATCH] Update rpc.js Minor update with creating a an object HttpClient that will act as a factory @TODO: add file upload --- rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc.js b/rpc.js index c66d303..6201f2f 100755 --- a/rpc.js +++ b/rpc.js @@ -128,4 +128,4 @@ jx.ajax.get.instance = function(){ // // backward compatibility jx.ajax.getInstance = jx.ajax.get.instance ; -HttpClient = jx.ajax.get ; +var HttpClient = jx.ajax.get ;