From b24572aff9402905f6b1bd265b13832a908a7287 Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Mon, 22 Jul 2019 16:39:47 -0400 Subject: [PATCH] typo --- x-pack/legacy/plugins/maps/public/layers/layer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/maps/public/layers/layer.js b/x-pack/legacy/plugins/maps/public/layers/layer.js index f67ec10a1ec71..d4851a9c414e9 100644 --- a/x-pack/legacy/plugins/maps/public/layers/layer.js +++ b/x-pack/legacy/plugins/maps/public/layers/layer.js @@ -268,8 +268,8 @@ export class AbstractLayer { return false; } - syncLayerWithMb() { - //no-op by default + syncLayerWithMB() { + throw new Error('Should implement AbstractLayer#syncLayerWithMB'); } updateDueToExtent(source, prevMeta = {}, nextMeta = {}) {