properly handle variable args in Cryptpad.alert
parent
8a87ec180e
commit
0db33d48fc
|
@ -215,9 +215,10 @@ define([
|
|||
force = opt.force || false;
|
||||
} else if (typeof(opt) === 'boolean') {
|
||||
force = opt;
|
||||
}
|
||||
if (typeof(opt) !== 'object') {
|
||||
opt = {};
|
||||
}
|
||||
|
||||
cb = cb || function () {};
|
||||
|
||||
var message;
|
||||
|
|
Loading…
Reference in New Issue