Skip to content

Commit

Permalink
add deferred $
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Mar 1, 2018
1 parent 3d3b22a commit a7c9687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/rtcClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class RtcClient{

getDynamicKey(channelName){
// if dynamic not enabled
return new Deferred().resolve(undefined).promise();
return new $.Deferred().resolve(undefined).promise();

// if dynamic key enabled
// return $.ajax({
Expand Down

0 comments on commit a7c9687

Please sign in to comment.