comparison options.lua @ 109:ce45011fab4c

- Test for errors during startup before trying to manipulate data. - Thin encapsulation around dispositions. Abstract everything except the insertion into GUI dropdowns (that comes next).
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Wed, 08 Aug 2012 14:43:26 -0400
parents 35b55c6f5551
children 67bf97136273
comparison
equal deleted inserted replaced
108:04ccd12c2a41 109:ce45011fab4c
972 -- before the player actually sees anything; no more work needs doing. 972 -- before the player actually sees anything; no more work needs doing.
973 return -- something that can be used as 'parent' 973 return -- something that can be used as 'parent'
974 end 974 end
975 975
976 976
977 addon.FILES_LOADED = addon.FILES_LOADED + 1
977 -- vim:noet 978 -- vim:noet