Closed tadatuta closed 9 years ago
Only bem-xjst@1.x in production mode affected.
bem-xjst@1.x
// BEMJSON { block: 'test', mods: {hello: 'world'} } // BEMHTML block('test').content()(function() { console.log(this.mods); // { hello: 'world' } this.reapply(); // same result with any argument here console.log(this.mods); // undefined });
See https://github.com/bem/bem-core/pull/1224
@tadatuta Could you make review?
Fixed in bem-core
Only
bem-xjst@1.x
in production mode affected.