Browse Source

fix undefined error

pull/1/head
wes 7 years ago
parent
commit
b23cff621e
  1. 2
      src/scripts/editor.tag

2
src/scripts/editor.tag

@ -111,7 +111,7 @@ goRight() {
goLeft() {
console.log("trying to update with the next post");
console.log(this_id);
console.log(this.currentPost()._id);
self.update(
{
"currentPosts" : Z.goLeft(self.currentPosts),

Loading…
Cancel
Save