Skip to content

Commit

Permalink
I totally broke JSTalk, and this fixes. I shouldn't be allowed to cod…
Browse files Browse the repository at this point in the history
…e anymore.
  • Loading branch information
ccgus committed Sep 13, 2009
1 parent 84fcdbc commit c462554
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jscocoa/JSCocoa/JSCocoaController.m
Original file line number Diff line number Diff line change
Expand Up @@ -2011,11 +2011,8 @@ - (JSValueRef) JSCocoa:(JSCocoaController*)controller callMethod:(NSString*)meth
}
@catch (NSException * e) {
NSLog(@"Exception calling %@: %@", callee, [e reason]);
}
@finally {
return JSValueMakeNull(localCtx);
}


/*
id result = 0x00;
Expand Down

0 comments on commit c462554

Please sign in to comment.