canax/commons

View on GitHub
htdocs/js/main.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * To show off JS works and can be integrated.
 */
(function() {
    "use strict";

    console.info("main.js ready and loaded.");
})();