Skip to content

Commit

Permalink
Keep linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Apr 16, 2017
1 parent 1e0c2ce commit b9956e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Components/DeviceComponent.coffee
Expand Up @@ -307,7 +307,7 @@ class exports.DeviceComponent extends BaseClass
if /PhantomJS/.test(navigator.userAgent) if /PhantomJS/.test(navigator.userAgent)
return return


if @_shouldRenderFullScreen() || not @showBezel if @_shouldRenderFullScreen() or not @showBezel
@phone.image = "" @phone.image = ""
@hands.image = "" @hands.image = ""
else if not @_deviceImageUrl(@_deviceImageName()) else if not @_deviceImageUrl(@_deviceImageName())
Expand Down

0 comments on commit b9956e9

Please sign in to comment.