Skip to content

Commit

Permalink
Merge f088441 into 7d2156f
Browse files Browse the repository at this point in the history
  • Loading branch information
apsavin committed Aug 12, 2014
2 parents 7d2156f + f088441 commit af9eadd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common.blocks/i-bem/i-bem.bemtree
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global oninit, Vow */

oninit(function(exports) {
oninit(function(exports, context) {

var undef,
BEM_ = {},
Expand All @@ -17,6 +17,8 @@ var undef,
};
})();

context.BEMContext = BEMContext;

function BEMContext(context, apply_) {
this.ctx = context;
this.apply = apply_;
Expand Down

0 comments on commit af9eadd

Please sign in to comment.