Skip to content

Commit

Permalink
Created cell should return
Browse files Browse the repository at this point in the history
  • Loading branch information
gliechtenstein committed Jun 26, 2017
1 parent 71f8992 commit e80f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
return $node;
};
$context.DocumentFragment.prototype.$cell = $context.Element.prototype.$cell = function(gene, options) {
this.$build(gene, [], null, (options && options.namespace) || null, true);
return this.$build(gene, [], null, (options && options.namespace) || null, true);
};
if ($root.NodeList && !$root.NodeList.prototype.forEach) $root.NodeList.prototype.forEach = Array.prototype.forEach; // NodeList.forEach override polyfill
},
Expand Down

0 comments on commit e80f909

Please sign in to comment.