Remove lint

This commit is contained in:
Andreas Hocevar
2020-04-15 22:44:05 +02:00
parent 45d01f4bfe
commit fee9340e24

View File

@@ -276,7 +276,9 @@ class Overlay extends BaseObject {
* @api
*/
getPositioning() {
return /** @type {import("./OverlayPositioning.js").default} */ (this.get(Property.POSITIONING));
return /** @type {import("./OverlayPositioning.js").default} */ (this.get(
Property.POSITIONING
));
}
/**