Closed GoogleCodeExporter closed 9 years ago
I've redone the system's creation routines, so instead of calling
epiClock.make() and epiClock.preLoad(), the
sequence for the next milestone will be:
epiClock.set('id',{param: 'value', param: 'value'});
or, for multiple clocks:
epiClock.set({id: 'ID', param: 'value'},{id: 'ID2', param: 'value'});
with an alternative syntax for multiple clocks with:
epiClock.set('id',{param1:'value'},'id2',{'param2:'value'});
If using the alternative syntax, however, be sure that you pass your params
ALWAYS in the fashion:
'id',{params}, 'id',{params}
Original comment by gars...@gmail.com
on 15 Mar 2008 at 4:23
Original issue reported on code.google.com by
gars...@gmail.com
on 15 Mar 2008 at 3:38