mirror of
https://github.com/atom/atom.git
synced 2026-02-11 23:25:03 -05:00
atomController is now known as $atomController.
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user