Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-06-08 14:11:24 +03:00
parent c35543e52f
commit db5e7083a7

View File

@ -343,7 +343,8 @@ function(text, options){
// // XXX need to take this from .makeEditable(..) defaults // // XXX need to take this from .makeEditable(..) defaults
// : options.reset_on_abort, // : options.reset_on_abort,
//) //)
// XXX is Object.assign(..) here a bit of an overkill?? // XXX check if shadowing attrs between .Editable(..) and
// util.makeEditable(..) can be a problem...
.makeEditable(Object.assign({ .makeEditable(Object.assign({
activate: true, activate: true,
blur_on_abort: false, blur_on_abort: false,