mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
:lipstick"
This commit is contained in:
@@ -45,13 +45,14 @@
|
||||
|
||||
NSURL *resourceURL = [[NSBundle mainBundle] resourceURL];
|
||||
NSURL *indexURL = [resourceURL URLByAppendingPathComponent:@"index.html"];
|
||||
|
||||
NSURLRequest *request = [NSURLRequest requestWithURL:indexURL];
|
||||
[[webView mainFrame] loadRequest:request];
|
||||
}
|
||||
|
||||
- (void)close {
|
||||
[(AtomApp *)NSApp removeController:self];
|
||||
[super close];
|
||||
[super close];
|
||||
}
|
||||
|
||||
- (NSString *)projectPath {
|
||||
|
||||
Reference in New Issue
Block a user