renamed DEFAULTIMAGES to DefaultImages

This commit is contained in:
Robert Gaggl 2003-12-10 10:59:27 +00:00
parent c090327dc2
commit c5e072b55b

View file

@ -119,11 +119,11 @@ ONEHOUR = 3600000;
ONEDAY = 86400000; ONEDAY = 86400000;
/** /**
* constant containing the metadata of * object containing the metadata of
* standard antville images plus the method * standard antville images plus the method
* for rendering them * for rendering them
*/ */
DEFAULTIMAGES = { DefaultImages = {
smallanim: {name: "smallanim.gif", width: 98, height: 30, alt: "made with antville", linkto: "http://antville.org"}, smallanim: {name: "smallanim.gif", width: 98, height: 30, alt: "made with antville", linkto: "http://antville.org"},
smallchaos: {name: "smallchaos.gif", width: 107, height: 29, alt: "made with antville", linkto: "http://antville.org"}, smallchaos: {name: "smallchaos.gif", width: 107, height: 29, alt: "made with antville", linkto: "http://antville.org"},
smallstraight: {name: "smallstraight.gif", width: 107, height: 24, alt: "made with antville", linkto: "http://antville.org"}, smallstraight: {name: "smallstraight.gif", width: 107, height: 24, alt: "made with antville", linkto: "http://antville.org"},