You might call this an API break, but it's a bug fix.
The very original lua code from waaaay back when,
would create the various timer objects as members of the evas class,
which would mean you could call evas functions on the timer objects.
Not good.
Now they have their own classes.
However, you still have to create them by calling functions in the
edje class, there should probably be an ecore class for that instead.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65354
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33