Merge pull request #855 from paulcbetts/fix-webview-typo

Fix typo in method
This commit is contained in:
Cheng Zhao 2014-11-24 14:05:03 +08:00
commit 438d7ada49
2 changed files with 2 additions and 2 deletions

View file

@ -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];
}

View file

@ -545,7 +545,7 @@ registerWebViewElement = ->
"isWaitingForResponse"
"stop"
"reload"
"reloadIngoringCache"
"reloadIgnoringCache"
"canGoBack"
"canGoForward"
"canGoToOffset"