Remove ol.control.Control.bindMouseOutFocusOutBlur function

It was a workaround added in #1761 to hide the button tooltip on
OSX / Chrome 32 and 33.

Because we're not using the tooltips anymore (see #2781) and this
version of chrome is deprecated this workaround can be removed.
This commit is contained in:
Frederic Junod
2015-08-03 17:12:29 +02:00
parent d493d0a820
commit 761aa0ea5c
6 changed files with 0 additions and 29 deletions
-2
View File
@@ -67,8 +67,6 @@ ol.control.FullScreen = function(opt_options) {
goog.events.listen(button, goog.events.EventType.CLICK,
this.handleClick_, false, this);
ol.control.Control.bindMouseOutFocusOutBlur(button);
goog.events.listen(goog.global.document,
goog.dom.fullscreen.EventType.CHANGE,
this.handleFullScreenChange_, false, this);