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
@@ -6,7 +6,7 @@ import _ol_ViewHint_ from '../ViewHint.js';
import _ol_coordinate_ from '../coordinate.js';
import {easeOut} from '../easing.js';
import _ol_events_condition_ from '../events/condition.js';
import _ol_functions_ from '../functions.js';
import {FALSE} from '../functions.js';
import _ol_interaction_Pointer_ from '../interaction/Pointer.js';
/**
@@ -171,5 +171,5 @@ _ol_interaction_DragPan_.handleDownEvent_ = function(mapBrowserEvent) {
/**
* @inheritDoc
*/
_ol_interaction_DragPan_.prototype.shouldStopEvent = _ol_functions_.FALSE;
_ol_interaction_DragPan_.prototype.shouldStopEvent = FALSE;
export default _ol_interaction_DragPan_;