1
0
Fork 0
forked from 0x2620/oxjs

replace Flipbook with VideoPreview

This commit is contained in:
rlx 2011-08-08 13:58:19 +00:00
commit d21068979a
5 changed files with 139 additions and 104 deletions

View file

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