Skip to content

Commit

Permalink
It makes no sense to give the background layer a default name
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Jan 26, 2015
1 parent 3d49915 commit 3edbb0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framer/BackgroundLayer.coffee
Expand Up @@ -9,7 +9,6 @@ class exports.BackgroundLayer extends Layer
constructor: (options={}) -> constructor: (options={}) ->


options.backgroundColor ?= "#fff" options.backgroundColor ?= "#fff"
options.name = "Background"


super options super options


Expand Down

0 comments on commit 3edbb0f

Please sign in to comment.