Skip to content

Commit

Permalink
Merge pull request #23 from CometVisu/textify_widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMayer committed Feb 12, 2015
2 parents 8715aee + 5cf3826 commit 363a8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cometvisu.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version SVN:20150208-2216
# Version SVN:20150212-2135

CACHE:
index.html
Expand Down
2 changes: 1 addition & 1 deletion src/lib/icontools.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ define( [], function() {

var newElement = $(newCanvas)[0];
if( iconCache[url].icon.complete )
fillCanvas( newElement );
fillCanvas( newElement, iconCache[url].colors[ color ] );
else
iconDelayed( newElement, iconCache[url].colors, color );

Expand Down

0 comments on commit 363a8c6

Please sign in to comment.