[FIX]forgot to uncomment code.

bzr revid: kch@tinyerp.com-20131217094438-kef28woejof2dovn
This commit is contained in:
Kunal Chavda (Open ERP) 2013-12-17 15:14:38 +05:30
parent e6112472ce
commit 7e40734c20
1 changed files with 1 additions and 1 deletions

View File

@ -1141,7 +1141,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
var eventOut = trigger == 'hover' ? 'mouseleave' : 'blur'
this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
//this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
}
}