1
0
Fork 0
forked from 0x2620/oxjs

support for drag and drop

This commit is contained in:
rlx 2011-08-28 06:23:15 +00:00
commit 5d454f0a80
8 changed files with 39 additions and 11 deletions

View file

@ -14,7 +14,7 @@ Ox.Tooltip = function(options, self) {
self = self || {};
var that = Ox.Element({}, self)
.defaults({
animate: true,
animate: true, // fixme: shouldn't booleans be false by default?
title: ''
})
.options(options || {})