--
JSCocoa: http://inexdo.com/JSCocoa
Source: http://github.com/parmanoir/jscocoa/tree/master
Docs: http://code.google.com/p/jscocoa/
Group: http://groups.google.com/group/jscocoa
Unsubscribe: jscocoa+u...@googlegroups.com
Yes, class.js mainly handles the custom class syntax which might interfere with WebKit syntax, so it's disabled by default.
The outArgument code wouldn't work as-is in a WebView because all ObjC class accesses needs to be prefixed with 'OSX'.
Right now you can try copying the 'outArgument' code and prefixing the class access with 'OSX' (eg OSX.JSCocoaOutArgument2.instance, etc.)
-Patrick