Skip to content

Commit

Permalink
Upped version to 0.3
Browse files Browse the repository at this point in the history
Added documentation for abbreviate option
Reminified
  • Loading branch information
tommoor committed Aug 25, 2012
1 parent c70925e commit 2b0b844
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -25,7 +25,8 @@ Tinycon can take a range of options to customise the look
* font: a css string to use for the fontface (recommended to leave this)
* colour: the foreground font colour
* background: the alert bubble background colour
* fallback: should we fallback to a number in brackets for browsers that don't support canvas/dynamic favicons? Boolean, or use the string 'force' to ensure a title update even in supported browsers.
* fallback: should we fallback to a number in brackets for browsers that don't support canvas/dynamic favicons? Boolean, or use the string 'force' to ensure a title update even in supported browsers.
* abbreviate: should tinycon shrink large numbers such as 1000 to an abbreviated version (1k). Boolean, defaults to true

```javascript
Tinycon.setOptions({
Expand Down
2 changes: 1 addition & 1 deletion tinycon.js
Expand Up @@ -3,7 +3,7 @@
* Tom Moor, http://tommoor.com
* Copyright (c) 2012 Tom Moor
* MIT Licensed
* @version 0.2.6
* @version 0.3
*/

(function(){
Expand Down
5 changes: 3 additions & 2 deletions tinycon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b0b844

Please sign in to comment.