- patches
- the gh-core context is passed into the configuration method if an argument is supplied, so now there are two mutually exclussive ways of configuring core:
-
using a passed in context
grasshopper.configure(function(core){ core.config = ... });
-
using a bound context
grasshopper.configure(function(){ this.config = ... });
-
- the gh-core context is passed into the configuration method if an argument is supplied, so now there are two mutually exclussive ways of configuring core: