Commit 2f95ba41 authored by Muhammadali's avatar Muhammadali

update

parent 552be143
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.7.9", "version": "1.8.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -263,7 +263,7 @@ export class BoxDialer { ...@@ -263,7 +263,7 @@ export class BoxDialer {
}, },
}); });
} else if (funcName && this.onSipStateChange[funcName] !== 'undefined') { } else if (funcName && this.onSipStateChange[funcName] !== 'undefined') {
this.onSipStateChange[funcName](funcParam); // this.onSipStateChange[funcName](funcParam);
} }
} }
......
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