From 74ab9107fca7723f3198f675e22e285e5267933e Mon Sep 17 00:00:00 2001 From: German Laullon Date: Mon, 21 Jun 2010 00:10:56 -0700 Subject: [PATCH] Config object to JavaScript --- PBWebController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/PBWebController.m b/PBWebController.m index 32de970..e06f5f6 100644 --- a/PBWebController.m +++ b/PBWebController.m @@ -58,6 +58,7 @@ { id script = [view windowScriptObject]; [script setValue: self forKey:@"Controller"]; + [script setValue:[PBGitDefaults alloc] forKey:@"Config"]; } - (void) webView:(id) v didFinishLoadForFrame:(id) frame