atomController is now known as $atomController.

This commit is contained in:
Corey Johnson
2011-11-07 14:55:38 -08:00
parent 7ab473b0ce
commit 4e9a73cebc
4 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@
[self setWindowFrameAutosaveName:@"atomController"];
jscocoa = [[JSCocoa alloc] initWithGlobalContext:[[webView mainFrame] globalContext]];
[jscocoa setObject:self withName:@"atomController"];
[jscocoa setObject:self withName:@"$atomController"];
NSURL *resourceURL = [[NSBundle mainBundle] resourceURL];
NSURL *indexURL = [resourceURL URLByAppendingPathComponent:@"index.html"];