Image Thumbnail Viewer II
1) Script Title: Image Thumbnail Viewer II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...thumbnail2.htm
3) Describe problem: In the cleanup:function we have:
Code:
this.showcontainer=null
But this.showcontainer hasn't been defined, so this does nothing. If it is intended to get rid of the the one or more:
variables created in the loadimage:function, it will not. I'm thinking that removing them might not be important, but if it is (perhaps for IE memory leaks), another way must be found. If not, it's not really a bug, just a typo and can safely be removed.