Remove unneeded semicolon
This commit is contained in:
parent
ae20292322
commit
0fe539f2c3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class WebViewAttribute {
|
||||||
})(this),
|
})(this),
|
||||||
enumerable: true
|
enumerable: true
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
// Called when the attribute's value changes.
|
// Called when the attribute's value changes.
|
||||||
handleMutation() {}
|
handleMutation() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue