Merge pull request #855 from paulcbetts/fix-webview-typo
Fix typo in method
This commit is contained in:
commit
438d7ada49
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ void Browser::DockShow() {
|
|||
}
|
||||
|
||||
void Browser::DockSetMenu(ui::MenuModel* model) {
|
||||
AtomApplicationDelegate* delegate = [NSApp delegate];
|
||||
AtomApplicationDelegate* delegate = (AtomApplicationDelegate*)[NSApp delegate];
|
||||
[delegate setApplicationDockMenu:model];
|
||||
}
|
||||
|
||||
|
|
|
@ -545,7 +545,7 @@ registerWebViewElement = ->
|
|||
"isWaitingForResponse"
|
||||
"stop"
|
||||
"reload"
|
||||
"reloadIngoringCache"
|
||||
"reloadIgnoringCache"
|
||||
"canGoBack"
|
||||
"canGoForward"
|
||||
"canGoToOffset"
|
||||
|
|
Loading…
Reference in a new issue