Merge pull request #9563 from tschaub/fragile-docs

Fix @abstract and @module annotations
This commit is contained in:
Tim Schaub
2019-05-16 16:27:09 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -116,8 +116,8 @@ class LayerRenderer extends Observable {
}
/**
* @abstract
* Perform action necessary to get the layer rendered after new fonts have loaded
* @abstract
*/
handleFontsChanged() {}

View File

@@ -1,6 +1,6 @@
/**
* @module ol/worker/version
* A worker that responds to messages by posting a message with the version identifer.
* @module ol/worker/version
*/
import {VERSION} from '../util';