Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed May 14, 2015
1 parent 979a7db commit 5337bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ Cursor.prototype[Symbol.iterator] = function() {
this.close();
return undefined;
}
return this.vo()
return this.vo();
})
};
}
};
}
};

0 comments on commit 5337bcb

Please sign in to comment.