Skip to content

Commit

Permalink
incorrect key
Browse files Browse the repository at this point in the history
  • Loading branch information
gliechtenstein committed Sep 12, 2017
1 parent 0ef8d4c commit 9317951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cell.js
Expand Up @@ -515,7 +515,7 @@
if ($context[k]) {
if (Object.prototype.hasOwnProperty.call($context[k], '$cell')) {
if (typeof $context[k].$cell === 'object') {
Object.keys($context[k].$cell).forEach(function(k) { $root.Element.prototype.$module[k] = $context[k].$cell[k]; });
Object.keys($context[k].$cell).forEach(function(inherit) { $root.Element.prototype.$module[inherit] = $context[k].$cell[inherit]; });
return false;
} else {
return true;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "@intercellular/cell",
"name": "intercellular",
"version": "1.0.0",
"description": "",
"main": "cell.js",
Expand Down

0 comments on commit 9317951

Please sign in to comment.