Setting class names of nodes automatically

This commit is contained in:
Jeff Avallone
2014-12-10 16:57:42 -05:00
parent 60d7cab504
commit 0b85f552c3
14 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default _.extend({}, Base, {
this.matchContainer = this.container.group();
_.each(this.matches(), match => {
match.container = self.matchContainer.group();
match.setContainer(self.matchContainer.group());
match.render();
return match.container;
});