Skip to content

Commit 15d956a

Browse files
committed
update to api to use isTimerStarted
1 parent e5f3150 commit 15d956a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/user/components/stroop_exp/StroopView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (!api.persist.isDefined('hits')) {
4141
// this is the persistent timer
4242
// if you want to start timer since last reload then just
4343
// write api.startTimer()
44-
if (!api.timerStarted()) {
44+
if (!api.isTimerStarted()) {
4545
api.startTimer()
4646
}
4747

0 commit comments

Comments
 (0)