Skip to content

Commit ddfecb4

Browse files
author
Michael Johnston
committed
Merge pull request Flipboard#28 from lsdafjklsd/patch-1
Update LayerMixin.js
2 parents a13b3b1 + a15073c commit ddfecb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/LayerMixin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ var LayerMixin = {
5353
layer.alpha = style.alpha;
5454
layer.backgroundColor = style.backgroundColor;
5555
layer.borderColor = style.borderColor;
56+
layer.borderWidth = style.borderWidth;
5657
layer.borderRadius = style.borderRadius;
5758
layer.clipRect = style.clipRect;
5859
layer.frame = FrameUtils.make(style.left || 0, style.top || 0, style.width || 0, style.height || 0);

0 commit comments

Comments
 (0)