Description below @abstract trips up JSDoc

This commit is contained in:
Tim Schaub
2019-05-16 16:10:30 -06:00
parent 6cad19e9d5
commit 908ecb39e3

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() {}