Add missing {
This commit is contained in:
parent
f830af49c2
commit
ae20292322
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class UserAgentAttribute extends WebViewAttribute {
|
|||
}
|
||||
|
||||
// Attribute that set preload script.
|
||||
class PreloadAttribute extends WebViewAttribute
|
||||
class PreloadAttribute extends WebViewAttribute {
|
||||
constructor(webViewImpl) {
|
||||
super(webViewConstants.ATTRIBUTE_PRELOAD, webViewImpl);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue