fix second param in shown event, see

This commit is contained in:
vitalets
2013-07-07 13:11:35 +04:00
parent df4eb6837e
commit 986613996f
2 changed files with 13 additions and 7 deletions
src/containers
test/unit

@ -166,7 +166,7 @@ Applied as jQuery method.
/*
TODO: added second param mainly to distinguish from bootstrap's shown event. It's a hotfix that will be solved in future versions via namespaced events.
*/
this.$element.triggerHandler('shown', this);
this.$element.triggerHandler('shown', $(this.options.scope).data('editable'));
}, this)
})
.editableform('render');