Fix binding of the fallback handler.

master
voussoir 2018-03-23 10:25:03 -07:00
parent da47b5bb3c
commit 27885df64e
1 changed files with 1 additions and 1 deletions

View File

@ -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()