JonasNo / fauxbar

Automatically exported from code.google.com/p/fauxbar
0 stars 0 forks source link

Error deleting thumbnail images in Chrome 18 #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Site thumbnails that Fauxbar deems are no longer needed are not getting deleted 
in Chrome 18.

>Uncaught TypeError: Not enough arguments
>background.js, line 1095

http://code.google.com/p/fauxbar/source/browse/trunk/Fauxbar/js/background.js#10
95

fileEntry.remove() is invalid; needs arguments of some sort supposedly.

Original issue reported on code.google.com by fauxbar....@gmail.com on 16 Dec 2011 at 10:44

GoogleCodeExporter commented 9 years ago
Just needed success and errorhandler callback functions to be present. Works 
fine in both Chrome 16 and 18 now.

Original comment by fauxbar....@gmail.com on 16 Dec 2011 at 9:02

GoogleCodeExporter commented 9 years ago
Fixed in v1.2.5.

Original comment by fauxbar....@gmail.com on 17 Dec 2011 at 12:13