summaryrefslogtreecommitdiffstats
path: root/web/react/utils/async_client.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-06 11:05:13 -0700
committernickago <ngonella@calpoly.edu>2015-08-06 11:44:13 -0700
commit3815ab806585afa205c074c0b40ddc31e4314190 (patch)
treeeb606b7763f70f0c5171716e9f4d0405f193714c /web/react/utils/async_client.jsx
parent3f987db4a5a3aacbe40ad6105e55341355ff0943 (diff)
downloadchat-3815ab806585afa205c074c0b40ddc31e4314190.tar.gz
chat-3815ab806585afa205c074c0b40ddc31e4314190.tar.bz2
chat-3815ab806585afa205c074c0b40ddc31e4314190.zip
Added keys to array-based elements and made getMe asynchronous
Diffstat (limited to 'web/react/utils/async_client.jsx')
-rw-r--r--web/react/utils/async_client.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/async_client.jsx b/web/react/utils/async_client.jsx
index dc4fc1096..f35b0f6cc 100644
--- a/web/react/utils/async_client.jsx
+++ b/web/react/utils/async_client.jsx
@@ -322,7 +322,7 @@ module.exports.getMe = function() {
if (isCallInProgress("getMe")) return;
callTracker["getMe"] = utils.getTimestamp();
- client.getMeSynchronous(
+ client.getMe(
function(data, textStatus, xhr) {
callTracker["getMe"] = 0;