We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For now, some boilerplate:
Ninja.packageBehaviors(function(ninja){ return { myBehavior: function(configs) { return new ninja.does({ … regular ad hoc def here … })}, anotherBehavior: function(configs) { … } }}})
Ninja.behavior({ ‘#selectme’: Ninja.myBehavior })
Navigation