提交 698f03ea authored 作者: Anthony Minessale's avatar Anthony Minessale

fix typo

上级 38406b5b
...@@ -1745,7 +1745,7 @@ ...@@ -1745,7 +1745,7 @@
$.verto.dialog.prototype.transfer = function(dest, params) { $.verto.dialog.prototype.transfer = function(dest, params) {
var dialog = this; var dialog = this;
if (dest) { if (dest) {
cur_call.sendMethod("verto.modify", { dialog.sendMethod("verto.modify", {
action: "transfer", action: "transfer",
destination: dest, destination: dest,
params: params params: params
...@@ -1756,7 +1756,7 @@ ...@@ -1756,7 +1756,7 @@
$.verto.dialog.prototype.hold = function(params) { $.verto.dialog.prototype.hold = function(params) {
var dialog = this; var dialog = this;
cur_call.sendMethod("verto.modify", { dialog.sendMethod("verto.modify", {
action: "hold", action: "hold",
params: params params: params
}); });
...@@ -1765,7 +1765,7 @@ ...@@ -1765,7 +1765,7 @@
$.verto.dialog.prototype.unhold = function(params) { $.verto.dialog.prototype.unhold = function(params) {
var dialog = this; var dialog = this;
cur_call.sendMethod("verto.modify", { dialog.sendMethod("verto.modify", {
action: "unhold", action: "unhold",
params: params params: params
}); });
...@@ -1774,7 +1774,7 @@ ...@@ -1774,7 +1774,7 @@
$.verto.dialog.prototype.toggleHold = function(params) { $.verto.dialog.prototype.toggleHold = function(params) {
var dialog = this; var dialog = this;
cur_call.sendMethod("verto.modify", { dialog.sendMethod("verto.modify", {
action: "toggleHold", action: "toggleHold",
params: params params: params
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论