mirror of
https://codeberg.org/vlw/monkeydo.git
synced 2025-09-13 15:53:40 +02:00
Fixed task reference
And removed a console.log
This commit is contained in:
parent
f6e86a5892
commit
3ab606641e
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ class Monkey {
|
|||
return false;
|
||||
}
|
||||
// Toggle playback direction
|
||||
console.log(this);
|
||||
self.data = self.data.reverse();
|
||||
self.tasks = self.tasks.reverse();
|
||||
this._forwards = 1 - this._forwards;
|
||||
},
|
||||
get forwards() {
|
||||
|
|
Loading…
Add table
Reference in a new issue