Skip to content

Commit

Permalink
remove() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Jan 26, 2012
1 parent de96c04 commit 646c9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ <h3>Customizing Options Per Type</h3>
<pre>
humane.success.timeout = 0;
humane.success.clickToClose = true;
humane.success('Will stay up forever until click');</pre>
humane.success('Will stay up forever until click or humane.remove()');</pre>
humane.remove(); // force remove
<p>Or you want all messages to have 3s timeout (3000) but 'info' messages to have shorter timeout of 1s (1000)</p>
<pre>
humane.timeout = 3000;
Expand Down

0 comments on commit 646c9f1

Please sign in to comment.