Skip to content

Commit

Permalink
Fix tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Godhuda committed Apr 18, 2016
1 parent 0f94afe commit 269af3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
source: null,
start: b.pos(this.tokenizer.line, this.tokenizer.column),
end: null
}
};
},

appendToCommentData: function(char) {
Expand All @@ -36,7 +36,7 @@ export default {
source: null,
start: b.pos(this.tokenizer.line, this.tokenizer.column),
end: null
}
};
},

appendToData: function(char) {
Expand Down

0 comments on commit 269af3c

Please sign in to comment.