massive-oss / mcover

A cross platform code coverage framework for Haxe with testing and profiling applications. Supports AVM1, AVM2, JavaScript, C++, PHP and Neko.
Other
59 stars 9 forks source link

Update src/mcover/util/Timer.hx #18

Closed SimonRichardson closed 11 years ago

SimonRichardson commented 11 years ago

JS:Timer issue when running with -js-modern. Which is going to be the default for haxe3, but at least this should be a good citizen. Similar bug to https://github.com/massiveinteractive/MassiveUnit/issues/40. Possibly Timer should be moved into the massivelib repo and used from there?