Mercurial > bins
view templates.swigs/search_data.js @ 10:f962189bab94
Added tag 1.1.29.e2 for changeset 0f248ad86f9f
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Thu, 16 Oct 2008 00:16:50 +0200 |
parents | a84c32f131df |
children |
line wrap: on
line source
sd = new Array(); // search data: array of image objects // image object constructor function io(search_string, title, url, thumb_url, width, height, album_title, album_url) { this.search_string = search_string; this.title = title; this.url = url; this.thumb_url = thumb_url; this.width = width; this.height = height; this.album_title = album_title; this.album_url = album_url; }