Plato on Github
Report Home
src/prefab/index.js
Maintainability
154.44
Lines of code
9
Difficulty
2.67
Estimated Errors
0.01
Function weight
By Complexity
By SLOC
/** * @namespace Lyria * Lyria namespace decleration */ define('lyria/prefab', ['lyria/scene'], function(Scene) { 'use strict'; // TODO: Allow own Prefab.requireAlways similar to Scene.requireAlways //Lyria.Prefab return Scene; });