rodrigueswilson / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

move loadMgr out of TimeMap.init() #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The internal loadMgr object in TimeMap.init() should be exposed as
TimeMap.loadManager, with a start() function that would reset the count,
take a new target, and accept an options object with functions, etc. This
will allow it to be used for better on-the-fly loading.

Original issue reported on code.google.com by nick.rab...@gmail.com on 15 Jul 2009 at 1:26

GoogleCodeExporter commented 9 years ago

Original comment by nick.rab...@gmail.com on 15 Jul 2009 at 1:26

GoogleCodeExporter commented 9 years ago
Done in trunk.

Original comment by nick.rab...@gmail.com on 15 Jul 2009 at 3:36