gsprenger/sustainabilitychecker

View on GitHub
app/assets/javascripts/app.js

Summary

Maintainability
A
0 mins
Test Coverage
// This is a manifest file that'll be compiled into app.js, which will include all the files
// listed below.
//
//= require modernizr
//= require jquery-ui/slider
//= require jquery-ui/effect
//= require polar
//= require_tree ./app

var ready = function() {
  App.get().launchApp()
};

$(document).ready(ready);
$(document).on('page:load', ready);