(function($) {
    
    // window.app.start();
      //   
      // 
      //   $('.main-nav').click(function(e){
      //       e.preventDefault();
      //       var $anchor = $(e.target)
      //       var href = $anchor.attr('href');
      //       $('body').animate({scrollTop: $(href).offset().top - 50});
      //   });
      //   
      //   
      //   $('#jquery-test').text('jQuery is loaded')
})(jQuery)



