Browse Source

fix undefined error

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

2
src/scripts/editor.tag

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

Loading…
Cancel
Save