Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Feb 16, 2014
1 parent 16877e6 commit 5d137fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ Parser.prototype.parse = function(src) {
'toProvide': toProvide,
'toRequire': toRequire,
'suppressed': suppressed,
// first goog.provide or goog.require line
'provideStart': this.min_,
// last goog.provide or goog.require line
'provideEnd': this.max_
};
};
Expand Down

0 comments on commit 5d137fb

Please sign in to comment.