forked from 0x2620/oxjs
support for drag and drop
This commit is contained in:
parent
9ea5cce853
commit
5d454f0a80
8 changed files with 39 additions and 11 deletions
|
|
@ -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 || {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue