expandable-image-grid
expandable-image-grid copied to clipboard
Using surprising global variables
There are lots of references to this:
$.data(this, 'preview')
Where this is window, i.e. the global variable. This is probably a mistake. It should be the grid container.