No description
Find a file
Will Thompson ec85c7b458 Element: faster tooltip event binding
Even when there is no tooltip, setTooltip() accounts for about 5% of the
time spent setting the values on an ArrayEditable, of which about 2% is
Ox.filter.

There only a few possible sets of events, so use object identity rather
than calculating the set difference. In particular, this is a lot faster
when self.options.tooltip is false-y.

(I think it was actually wrong before, anyway:

    bindTooltipEvents({mouseenter, mouseleave})
    bindTooltipEvents({mousemove, mouseleave})

would (correctly) unbind mouseenter and bind mousemove, but would set
boundTooltipEvents = {mousemove} even though mouseleave is still bound.)
2016-06-23 17:56:22 +02:00
examples Ox.Checkbox: add indeterminate option 2016-02-10 12:56:19 +05:30
readme move to git 2015-11-15 12:48:50 +01:00
source Element: faster tooltip event binding 2016-06-23 17:56:22 +02:00
tools move to git 2015-11-15 12:48:50 +01:00
.gitignore move to git 2015-11-15 12:48:50 +01:00
index.css fix oxmedium theme oxjs.org byline css 2013-05-15 09:44:11 +02:00
index.html this is the future... 2012-04-05 17:28:40 +02:00
index.js rename build/ to min/ 2014-09-26 18:57:12 +02:00