Skip to content

Commit

Permalink
Version upped to 0.5, reminified
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Nov 15, 2012
1 parent d432008 commit a9274f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tinycon.js
Expand Up @@ -3,7 +3,7 @@
* Tom Moor, http://tommoor.com * Tom Moor, http://tommoor.com
* Copyright (c) 2012 Tom Moor * Copyright (c) 2012 Tom Moor
* MIT Licensed * MIT Licensed
* @version 0.3 * @version 0.5
*/ */


(function(){ (function(){
Expand Down Expand Up @@ -252,8 +252,8 @@
}; };


Tinycon.reset = function(){ Tinycon.reset = function(){
setFaviconTag(originalFavicon); setFaviconTag(originalFavicon);
}; };


Tinycon.setOptions(defaults); Tinycon.setOptions(defaults);
window.Tinycon = Tinycon; window.Tinycon = Tinycon;
Expand Down
4 changes: 2 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 a9274f7

Please sign in to comment.