tommoor / tinycon

A small library for manipulating the favicon, in particular adding alert bubbles and changing images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Type error

jamiees2 opened this issue · comments

I get this in Tinycon.js line 124. I am using the latest chrome beta, version 28.0.1500.63 beta-m.

commented

I have this too.

Any possibility you check this against the latest release, 0.6?

I actually found the issue causing this, it has to do with using new Image() in chrome. Apparently that causes a typeerror, im not sure why. But replacing it with document.createElement fixed the issue.

I see you have added that in the code, but its good to log it somewhere.

I will check this though, thanks.