Plato on Github
Report Home
dojo/testsDOH/resources/AMDWidget.js
Maintainability
87.48
Lines of code
9
Difficulty
6.00
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
define(["dojo/_base/declare"], function(declare){ return declare(null, { constructor: function(args, node){ this.params = args; } }); });