mirror of
https://codeberg.org/vlw/monkeydo.git
synced 2025-09-13 23:53:41 +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;
|
return false;
|
||||||
}
|
}
|
||||||
// Toggle playback direction
|
// Toggle playback direction
|
||||||
console.log(this);
|
self.tasks = self.tasks.reverse();
|
||||||
self.data = self.data.reverse();
|
|
||||||
this._forwards = 1 - this._forwards;
|
this._forwards = 1 - this._forwards;
|
||||||
},
|
},
|
||||||
get forwards() {
|
get forwards() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue