Skip to content

Commit

Permalink
Merge pull request #73 from jugglinmike/re-apply-umd
Browse files Browse the repository at this point in the history
Re apply umd
  • Loading branch information
Greg committed Mar 24, 2014
2 parents 1c60743 + e1ac413 commit 9fdada2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/cloak.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@

var cloak = {

/**
* Set configuration options for Cloak. These options will be applied
* immediately if Cloak has already been started (see `cloak.run`), and
* they will be referenced in all future calls to `clock.run` until
* overwritten.
*/
configure: function(configArg) {

// When specified, the `messages` option should trigger the complete
Expand Down

0 comments on commit 9fdada2

Please sign in to comment.