]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work
authorChad Phillips <chad@apartmentlines.com>
Wed, 25 Jul 2018 02:05:09 +0000 (21:05 -0500)
committerChad Phillips <chad@apartmentlines.com>
Wed, 25 Jul 2018 02:05:09 +0000 (21:05 -0500)
commitc037fc8c55af9d17eec4979575c3689d1b035f9d
tree8a77762a4c8af819528dfc6d336923057b33bac1
parent78aec0fe81336228f14c9870d099cea7aaaf4834
FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work

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.
html5/verto/js/src/jquery.jsonrpcclient.js