Skip to content

Commit

Permalink
Release 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Dec 22, 2011
1 parent 0d2385f commit 00d7f60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2.2.8 / 2011-12-22
==================

* added; timeout and clickToClose by type

2.2.7 / 2011-12-10
==================

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>Select A Theme:
});</pre>
</a>
<h3>Options</h3>
<pre>humane.timeout = (number of milliseconds);</pre>
<pre>humane.timeout = (number of milliseconds); // can specify this by type as well e.g. humane.error.timeout</pre>
<blockquote>
<p>Sets the delay before a message fades out.</p>
<p>
Expand Down Expand Up @@ -118,7 +118,7 @@ <h3>Options</h3>
<input type='radio' name='forceNew' onclick='humane.forceNew = false' checked> false <small>(default)</small>
</p>
</blockquote>
<pre>humane.clickToClose = (true|false);</pre>
<pre>humane.clickToClose = (true|false); // can specify this by type as well e.g. humane.error.clickToClose</pre>
<blockquote>
<p>Click or touch the notification to close</p>
<p>
Expand Down

0 comments on commit 00d7f60

Please sign in to comment.