Skip to content
Brian Cavalier edited this page Feb 2, 2012 · 38 revisions

Getting Started

  • AMD - Clone or submodule the repo and then use a package config to point your AMD loader at when.js.

{ name: 'when', location: 'path/to/when', main: 'when' }

Alternatively, you can simply drop the when.js file into your AMD loader's baseDir.

<script src="path/to/when.js"></script>

Concepts

Getting along

Examples

Clone this wiki locally