gatemezing / timemap

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

The changeTheme() functions should accept a string as well as a theme object #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now you have to do:

item.changeTheme(TimeMap.themes.red);

This should work too:

item.changeTheme("red");

Original issue reported on code.google.com by nick.rab...@gmail.com on 9 Jul 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Done in trunk.

Original comment by nick.rab...@gmail.com on 5 Sep 2010 at 12:13