Skip to content

Commit

Permalink
Fix typo (elastic#41705)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jul 23, 2019
1 parent 175c278 commit 8899cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/legacy/plugins/maps/public/layers/layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}) {
Expand Down

0 comments on commit 8899cb1

Please sign in to comment.