commit
aa6765f019
|
@ -74,7 +74,9 @@ define([
|
|||
render: function() {
|
||||
var el = this.template(this);
|
||||
this.$el = $(el);
|
||||
|
||||
this.$el.find('span').tooltip({
|
||||
title: this.label,
|
||||
placement: 'cursor'});
|
||||
this.rendered = true;
|
||||
this.disable(this.disabled);
|
||||
return this;
|
||||
|
|
Loading…
Reference in a new issue