Skip to content

Commit

Permalink
blah blah blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Nov 11, 2008
1 parent 520949c commit 63ec233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions JSCocoaCodaLoader/JSCocoaLoaderPlugIn.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ @implementation JSCocoaLoaderPlugIn

- (id)initWithPlugInController:(CodaPlugInsController*)inController bundle:(NSBundle*)aBundle
{
debug(@"%s:%d", __FUNCTION__, __LINE__);

if ( (self = [super init]) != nil ) {
controller = inController;
JSCocoaLoaderPlugInCodaPlugInsController = controller;
Expand Down Expand Up @@ -62,7 +60,7 @@ - (void) findJSCocoaScripts {
target:self
selector:@selector(execute:)
representedObject:[pluginDir stringByAppendingPathComponent:fileName]
keyEquivalent:@"^@A"
keyEquivalent:@""
pluginName:[fileName stringByDeletingPathExtension]];
}
}
Expand Down
Binary file not shown.

0 comments on commit 63ec233

Please sign in to comment.