Skip to content

Commit

Permalink
Remove semicolon after class definition (lint).
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 6, 2019
1 parent 4a24ba3 commit ae899c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legacy/polymer.dom.js
Expand Up @@ -204,7 +204,7 @@ class DomApiNative {
let node = this.node;
return node._activeElement !== undefined ? node._activeElement : node.activeElement;
}
};
}

function forwardMethods(proto, methods) {
for (let i=0; i < methods.length; i++) {
Expand Down

0 comments on commit ae899c5

Please sign in to comment.