Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Oct 27, 2014
1 parent ef112cd commit 0f8c3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Layer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class exports.Layer extends BaseClass
width: @width * @screenScaleX()
height: @height * @screenScaleY()

layers = @superLayers()
layers = @superLayers(context=true)
layers.push(@)
layers.reverse()

Expand Down

0 comments on commit 0f8c3bb

Please sign in to comment.