mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add missing {
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user