• Chad Phillips's avatar
    FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work · c037fc8c
    Chad Phillips 提交于
    Assigning the speedTest callback funtion to a local variable and unsetting
    the this.speedCB instance variable prior to calling the callback function
    allows the rpcClient.speedTest functionality to be used more creatively
    (such as calling it recursively for multiple runs) without affecting existing
    functionality.
    c037fc8c
jquery.jsonrpcclient.js 25.4 KB