Skip to content

Commit

Permalink
place chained method parser in elenpi at exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nomocas committed Oct 6, 2015
1 parent 48d1e1d commit 6e2992f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chained-methods-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
if (typeof module !== 'undefined' && module.exports)
module.exports = parser;
else
this.chainedMethodParser = parser;
})()
elenpi.chainedMethodParser = parser;
})();

0 comments on commit 6e2992f

Please sign in to comment.