We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93803ce commit 74ab910Copy full SHA for 74ab910
PBWebController.m
@@ -58,6 +58,7 @@ - (void)webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)window
58
{
59
id script = [view windowScriptObject];
60
[script setValue: self forKey:@"Controller"];
61
+ [script setValue:[PBGitDefaults alloc] forKey:@"Config"];
62
}
63
64
- (void) webView:(id) v didFinishLoadForFrame:(id) frame
0 commit comments