Skip to content

Commit

Permalink
Fix Timer casing, and add stepTimer and animationTimer to main, see #329
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 12, 2020
1 parent 10782c4 commit a4d2d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

import './Action.js';
import './animationFrameTimer.js';
import axon from './axon.js';
import './BooleanProperty.js';
import './CallbackTimer.js';
Expand All @@ -22,8 +23,9 @@ import './Property.js';
import './PropertyStateHandler.js';
import './propertyStateHandlerSingleton.js';
import './PropertyStatePhase.js';
import './stepTimer.js';
import './StringProperty.js';
import './timer.js';
import './Timer.js';
import './TinyEmitter.js';
import './TinyForwardingProperty.js';
import './TinyProperty.js';
Expand Down

0 comments on commit a4d2d98

Please sign in to comment.