Skip to content

Commit

Permalink
Updated README to reflect new public settings api
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Oct 29, 2008
1 parent e4adc84 commit 0a8f1c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -31,6 +31,14 @@ Or you want them to dissapear a little bit quicker? (3 seconds in the example be
Setting a 'failure' message

$.choones("Megadeath", "Sad, sad sad", {type: 'failure'});

Choones settings are public and can be set globally:

$.choones.settings.display_time = 5000;
or
$.choones.settings = {...};

All further calls to $.choones("Keep talking", "I'm listening"); will use the global settings

## Markup and Styles

Expand Down

0 comments on commit 0a8f1c3

Please sign in to comment.