I hereby claim:
- I am rstuven on github.
- I am rstuven (https://keybase.io/rstuven) on keybase.
- I have a public key ASCvswj47nbKDyvCzWQYojvzynbYJTZvyxRkTFPmtX0GDAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ### | |
| `decorate` can apply decorators using the API proposed in | |
| https://github.com/wycats/javascript-decorators | |
| which is supported in Babel 5+ and TypeScript 1.5 | |
| Usage: | |
| Foo = decorate F("color"), G, class Foo |
| # See http://soft.vub.ac.be/~tvcutsem/traitsjs/tutorial.html | |
| Trait = require('traits').Trait | |
| EnumerableTrait = Trait | |
| # the trait requires these properties | |
| forEach: Trait.required | |
| # the trait provides these properties: | |
| map: (fun) -> |
| <?php | |
| //File: /app/controllers/components/plugin_handler.php | |
| /** | |
| * PluginHandler component adds a basic functionality | |
| * required for the plugin development. Main features | |
| * are plugin configuration autoloading and callbacks | |
| * from the controller. | |
| * | |
| * @author Sky_l3ppard |