include()
command which lets you import other JavaScript libraries into a namespace. Considering that JavaScript doesn't have native support for namespaces, I think this is a pretty big deal.Oh, and for you Greasemonkey fans, we basically made it as easy as humanly possible to create Greasemonkey scripts in Chickenfoot. We provide a
greasemonkey.js
library and the option to create a new script pre-populated with the code: include("greasemonkey.js")
. It doesn't get much easier than that.
No comments:
Post a Comment