Rename _ol_events_EventType_ to EventType

This commit is contained in:
Marc Jansen
2017-12-15 09:48:46 +01:00
committed by Frederic Junod
parent ec64789940
commit 479c7a4668
46 changed files with 134 additions and 134 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
*/
import {inherits} from '../index.js';
import _ol_events_ from '../events.js';
import _ol_events_EventType_ from '../events/EventType.js';
import EventType from '../events/EventType.js';
import Control from '../control/Control.js';
import _ol_css_ from '../css.js';
@@ -39,7 +39,7 @@ var ZoomToExtent = function(opt_options) {
typeof label === 'string' ? document.createTextNode(label) : label
);
_ol_events_.listen(button, _ol_events_EventType_.CLICK,
_ol_events_.listen(button, EventType.CLICK,
this.handleClick_, this);
var cssClasses = className + ' ' + _ol_css_.CLASS_UNSELECTABLE + ' ' +