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