Skip to content

Commit

Permalink
Remove unnecessary condition (due to http://git.io/vYxxA)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Jul 30, 2015
1 parent 3f1daa2 commit 510088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eager/installHelper.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ShepherdInstallHelper =
title: step.title
text: step.text
showCancelLink: step.showCancelLink
attachTo: (step.attachToSelector or 'body') + ' ' + step.attachToDirection
attachTo: step.attachToSelector + ' ' + step.attachToDirection

stepOptions.buttons = []
if i > 0
Expand Down

0 comments on commit 510088b

Please sign in to comment.