Skip to content

Commit

Permalink
Initial scroll name and linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Nov 30, 2016
1 parent 5b5fa2f commit f7330d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion framer/Components/NavComponent.coffee
Expand Up @@ -51,10 +51,12 @@ class exports.NavComponent extends Layer
@showNext(layer)
else
@_tempScroll = new ScrollComponent
name: "scroll"
parent: @
width: @width
height: @height


reset: ->

@_stack = []
Expand Down Expand Up @@ -149,7 +151,6 @@ class exports.NavComponent extends Layer
wrappedLayer.parent = @
wrappedLayer.visible = false


layerA = @_wrappedLayer(@current)
layerB = wrappedLayer
overlay = @overlay
Expand Down
2 changes: 1 addition & 1 deletion framer/Layer.coffee
Expand Up @@ -153,7 +153,7 @@ class exports.Layer extends BaseClass

@define "label",
get: -> @_label
set: (value="") ->
set: (value="") ->
@_label = value
Utils.labelLayer(@, @_label)

Expand Down

0 comments on commit f7330d4

Please sign in to comment.