Named exports from ol/functions

This commit is contained in:
Frederic Junod
2017-12-15 13:44:32 +01:00
parent 75ea4d3e9a
commit 2498bba90a
21 changed files with 52 additions and 60 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
// FIXME should handle all geo-referenced data, not just vector data
import {inherits} from '../index.js';
import _ol_functions_ from '../functions.js';
import {TRUE} from '../functions.js';
import _ol_events_ from '../events.js';
import _ol_events_Event_ from '../events/Event.js';
import _ol_events_EventType_ from '../events/EventType.js';
@@ -148,7 +148,7 @@ _ol_interaction_DragAndDrop_.prototype.handleResult_ = function(file, event) {
* @this {ol.interaction.DragAndDrop}
* @api
*/
_ol_interaction_DragAndDrop_.handleEvent = _ol_functions_.TRUE;
_ol_interaction_DragAndDrop_.handleEvent = TRUE;
/**