Skip to content

Commit

Permalink
mapea-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
fbma committed Feb 19, 2019
1 parent 7dadfd9 commit 5f6a884
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/facade/js/bindingcontroller.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import namespace from 'util/decorator';
import namespace from 'mapea-util/decorator';
import {
SimpleBinding
}
Expand Down
2 changes: 1 addition & 1 deletion src/facade/js/stylemanager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import namespace from 'util/decorator';
import namespace from 'mapea-util/decorator';
import StyleManagerControl from './stylemanagerControl.js';
import {
ColorPickerPolyfill
Expand Down
2 changes: 1 addition & 1 deletion src/facade/js/stylemanagerControl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import namespace from 'util/decorator';
import namespace from 'mapea-util/decorator';
import StyleManagerImplControl from 'impl/stylemanagerControl';
import BindingController from './bindingcontroller';

Expand Down
2 changes: 1 addition & 1 deletion src/facade/js/utils/colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import namespace from 'util/decorator';
import namespace from 'mapea-util/decorator';

@namespace("M.plugin.stylemanager")
export class ColorPickerPolyfill {
Expand Down
2 changes: 1 addition & 1 deletion src/impl/ol/js/stylemanagerControl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import namespace from 'util/decorator';
import namespace from 'mapea-util/decorator';

@namespace("M.impl.control")
export class StyleManagerControl extends M.impl.Control {
Expand Down

0 comments on commit 5f6a884

Please sign in to comment.