I kind've wish they'd used $ for what Application() is, though, to keep an analogous similarity with jQuery and the like.
var $ = Application;
Easy fix!
"The primary access points for the Objective-C bridge are the global properties ObjC and $."
$ = Application;
(Although, I suppose, you could use another var for jQuery, such as, uh, 'jQuery' ...)
...unless one of them exposes a HTML DOM to the scripting layer, now that I think of it.
tell document to write "hello world"
I kind've wish they'd used $ for what Application() is, though, to keep an analogous similarity with jQuery and the like.