/** Initializes the `Discourse.Mobile` helper object. **/ export default { name: 'mobile', initialize: function() { Discourse.Mobile.init(); } };