Diviner

Function JX.initBehaviors()

Definedsrc/lib/behavior.js:80
GroupBehaviors

void JX.initBehaviors(map)

parametersdictmapMap of behaviors to invoke: keys are behavior names, and values are lists of configuration dictionaries. The behavior will be invoked once for each configuration dictionary.
returnvoid

Execute previously defined Javelin behaviors, running the glue code they contain to glue stuff together. See Concepts: Behaviors for more information on Javelin behaviors.

Normally, you do not call this function yourself; instead, your server-side library builds it for you.