Toggle cell appends tooltip to body

pull/3113/head
Mark McDowall 11 years ago
parent 9d0501816c
commit cf6512bc57

@ -46,6 +46,7 @@ define(
if (tooltip) {
this.$el.attr('title', tooltip);
this.$el.attr('data-container', 'body');
}
return this;

Loading…
Cancel
Save