Skip to content

Commit

Permalink
Fix some api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deadratfink committed Jul 22, 2016
1 parent ea826d7 commit fe0631d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,16 +443,13 @@ function Writer(logger) {
* });
*
*
<<<<<<< HEAD
* // ---- write obj to object
*
* options = {
* dest: {},
* indent: 2
* }
*
=======
>>>>>>> development
* writer.writeJs(obj, options)
* .then(function (msg){
* logger.info(msg);
Expand Down

0 comments on commit fe0631d

Please sign in to comment.