Skip to content
ifandelse edited this page Nov 11, 2012 · 2 revisions

The "top level" machina object provides a namespace for machina's facilities.

  • If you are not using machina with an AMD loader, this object will be attached to the window.
  • The AMD build returns the machina object from the module (and you can do with it what you need from there).
  • The node.js build returns the machina object as the module.exports.

For a breakdown of the members of the machina object, please go to the API Documentation home page and select the item under "The machina object" you wish to explore.

Clone this wiki locally