oglimmer/ggo

View on GitHub
web/src/main/webapp/js/help.js

Summary

Maintainability
A
0 mins
Test Coverage
//Load common code that includes config, then load the app logic for this page.

requirejs(['commons'], function(commons) {
    requirejs(["jquery", "bootstrap"], function ($) {    
        
    
        
    });
});