ochorocho
2014-10-02 dbc30c0abb4486d2c1bbe3fd9645a313bead12e5
interface/web/js/jquery.tipsy.js
@@ -166,7 +166,7 @@
        if (!options.live) this.each(function() { get(this); });
        
        if (options.trigger != 'manual') {
            var binder   = options.live ? 'live' : 'bind',
            var binder   = options.live ? 'on' : 'bind',
                eventIn  = options.trigger == 'hover' ? 'mouseenter' : 'focus',
                eventOut = options.trigger == 'hover' ? 'mouseleave' : 'blur';
            this[binder](eventIn, enter)[binder](eventOut, leave);