- Refactoring: Use static keyword for classes
This commit is contained in:
@@ -120,7 +120,7 @@ let listMap_ = {};
|
||||
* implementing as much of SVGTransformList that we need to get the job done.
|
||||
* @implements {module:SVGTransformList.SVGEditTransformList}
|
||||
*/
|
||||
export class SVGTransformList {// eslint-disable-line no-shadow
|
||||
export class SVGTransformList { // eslint-disable-line no-shadow
|
||||
/**
|
||||
* @param {Element} elem
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user