forked from 0x2620/oxjs
use new form element syntax
This commit is contained in:
parent
d80019a17c
commit
215f1f6c1b
11 changed files with 56 additions and 90 deletions
|
|
@ -248,7 +248,7 @@ Ox.Element = function(options, self) {
|
|||
if (self.options.tooltip) {
|
||||
if (Ox.isString(self.options.tooltip)) {
|
||||
that.$tooltip = Ox.Tooltip({
|
||||
title: self.options.tooltip,
|
||||
title: self.options.tooltip
|
||||
});
|
||||
that.bind({
|
||||
mouseenter: mouseenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue