Commit 92fa8ce8 authored by Tristan Cavelier's avatar Tristan Cavelier

jio priv.makeCallbacks fix infinite loop bug

parent 62c918ae
......@@ -143,6 +143,8 @@
} else {
param.callback = callback1;
}
} else {
param.callback = function () {};
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment