Skip to content

Commit

Permalink
Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 4, 2016
1 parent 953d036 commit 08a8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/src/__init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ window.Bloggy = Bloggy =
return 'mobile' if (w <= 480)
return 'tablet' if (w <= 1024)
'desktop'

$ ->
$(feature_one_selector).attr('id', 'feature-one')
$(feature_two_selector).attr('id', 'feature-two')

0 comments on commit 08a8fc4

Please sign in to comment.