Skip to content

Commit

Permalink
Less confusing name
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed May 1, 2016
1 parent 29857bb commit ebafc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Components/DeviceComponent.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class exports.DeviceComponent extends BaseClass
for layer in [@background, @phone, @viewport, @content, @screen]
layer.on "touchmove", (event) -> event.preventDefault()

@_context = new Framer.Context(parent:@content, name:"Device")
@_context = new Framer.Context(parent:@content, name:"DeviceScreen")
@_context.perspective = 1200

_update: =>
Expand Down

0 comments on commit ebafc7e

Please sign in to comment.