Skip to content

Commit

Permalink
Removed line, which didn't work before ES6 refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Sep 15, 2016
1 parent f0c03e6 commit 14cdae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spec-transform-auto-layout.js
Expand Up @@ -10,7 +10,6 @@ function extendGuide(guide, targetUnit, dimension, properties) {
properties.forEach((prop) => {
_.extend(targetUnit.guide[dimension][prop], guide_dim[prop]);
});
_.extend(targetUnit.guide[dimension], _.omit(guide_dim, ...properties));
}

var applyCustomProps = (targetUnit, customUnit) => {
Expand Down

0 comments on commit 14cdae2

Please sign in to comment.