Skip to content

Commit

Permalink
Update src/cell.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Apr 25, 2012
1 parent 3c68589 commit b6a9a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cell.js
Expand Up @@ -97,7 +97,7 @@ CELL.cell = function(spec, my) {
*/
my.element = $('<div></div>');

my.children['foo'] = foocell({path: my.path + '/foo', container: my.container}, my);
my.children['foo'] = foo_c({path: my.path + '/foo', container: my.container});
my.element.append(my.children['foo'].build());

return my.element;
Expand Down

0 comments on commit b6a9a81

Please sign in to comment.