:lipstick"

This commit is contained in:
Corey Johnson
2011-12-05 14:27:19 -05:00
parent 60f062acd3
commit 1bd966d956
2 changed files with 4 additions and 3 deletions

View File

@@ -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 {