This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-24 17:04:23 -06:00
parent 0b15e89f25
commit 5fe41118ef

View File

@@ -18,9 +18,8 @@
self = [super initWithWindowNibName:@"AtomWindow"];
_bootstrapScript = [bootstrapScript retain];
[self.window makeKeyAndOrderFront:nil];
[self createBrowser];
[self createBrowser];
}
- (id)initWithPath:(NSString *)path {
@@ -54,7 +53,6 @@
- (void)windowDidLoad {
[self.window setDelegate:self];
[self.window setReleasedWhenClosed:NO];
}
# pragma mark NSWindowDelegate