Search code examples
objective-j

Objective-J: Parse error when init custom obj


I come from a Cocoa background, so I'm familiar with how Objective-j should work.

When I create a custom object, seen here:

https://gist.github.com/800413

I get a parse error, any ideas?


Solution

  • My guess is the missing space between alloc] and init on line 25.