sebastian-software/core

View on GitHub
source/class/core/apibrowser/Kernel.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Kernel class for API Browser to correctly load permutated implementation code.
 */
core.Module("core.apibrowser.Kernel",
{
  boot : function() {
    core.io.Script.load(jasy.Env.getPartUrl("main", "js"));
  }
});