Skip to content

Commit

Permalink
Fix device typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 6, 2016
1 parent f0750a6 commit 777288f
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 @@ -19,6 +19,6 @@ window.Bloggy = Bloggy =
'desktop'

Bloggy.app.dataset.page = Bloggy.context()
Bloggy.app.device = Bloggy.device()
Bloggy.app.dataset.device = Bloggy.device()

$('#newsletter_form').attr('action', window.newsletter_form) if (window.newsletter_form)

0 comments on commit 777288f

Please sign in to comment.