Plato on Github
Report Home
src/sprite/index.js
Maintainability
149.62
Lines of code
13
Difficulty
6.67
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
define(function() { var Sprite = (function() { var Sprite = function() { }; return Sprite; })(); return Sprite; });