Browse Source

Param fix

luis 7 năm trước cách đây
mục cha
commit
9be942d765
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/wsrpc.js

+ 1 - 1
client/wsrpc.js

@@ -54,7 +54,7 @@
               'response': data
             }
             ctx.ws.send(JSON.stringify(dataObj))
-          }, obj.param)
+          }, obj.params)
           this._exports[obj.method].apply(this._exports[obj.method], nparams)
           break
         case 'response':