Skip to content

Commit

Permalink
Merge pull request #1 from jachym/patch-1
Browse files Browse the repository at this point in the history
Fixing tags property
  • Loading branch information
evilpie committed Dec 15, 2014
2 parents 8b1822b + d1dc6fb commit 8ccbd73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jsctags/ctags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ exports.Tags = function(initialTags) {
};

exports.Tags.prototype = Object.create(Object.prototype, Trait.compose(Trait({
tags: [],

_search: function(id, pred) {
var shadowTag = { name: id };
var tags = this.tags;
Expand Down

0 comments on commit 8ccbd73

Please sign in to comment.