Skip to content

Commit

Permalink
Context: Remove unused BEM field
Browse files Browse the repository at this point in the history
Can't find any usage of this field. Is it safe to remove?

cc @veged @indutny
  • Loading branch information
tadatuta committed Nov 26, 2015
1 parent 4397ed7 commit 059c0b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bemhtml/runtime/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Context.prototype.xmlEscape = utils.xmlEscape;
Context.prototype.attrEscape = utils.attrEscape;
Context.prototype.jsAttrEscape = utils.jsAttrEscape;

Context.prototype.BEM = {};

Context.prototype.isFirst = function isFirst() {
return this.position === 1;
};
Expand Down

0 comments on commit 059c0b9

Please sign in to comment.