Simplify import path in ol/pointer/

This commit is contained in:
Frederic Junod
2018-10-12 14:46:48 +02:00
parent 711afac80f
commit 59c95dbe90
5 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import EventSource from '../pointer/EventSource.js';
import EventSource from './EventSource.js';
/**