Plato on Github
Report Home
src/world.js
Maintainability
149.49
Lines of code
13
Difficulty
7.20
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
define('lyria/world', ['mixer', 'eventmap'], function(mixer, EventMap) { return (function() { var World = function() { mixer([this, World.prototype], new EventMap()); }; return World; })(); });