1
0
Fork 0
forked from 0x2620/oxjs

form elements rewrite, part 3

This commit is contained in:
rlx 2011-12-22 05:52:46 +00:00
commit d80019a17c
8 changed files with 87 additions and 92 deletions

View file

@ -236,7 +236,6 @@ Ox.Element = function(options, self) {
}
function mousemove(e) {
//Ox.Log('Core', 'mousemove!!')
that.$tooltip.options({
title: self.options.tooltip(e)
}).show(e);