Fix binding of the fallback handler.
This commit is contained in:
parent
da47b5bb3c
commit
27885df64e
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function Editor(elements, on_open, on_save, on_cancel)
|
|||
*/
|
||||
if (func == undefined)
|
||||
{
|
||||
return fallback;
|
||||
return fallback.bind(this);
|
||||
}
|
||||
|
||||
var bindable = function()
|
||||
|
|
Loading…
Reference in a new issue