Plato on Github
Report Home
dojo/testsDOH/resources/AMDMixin.js
Maintainability
84.39
Lines of code
10
Difficulty
5.67
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
define(["dojo/_base/declare"], function(declare){ return declare(null, { amdMixinDone: true, constructor: function(args, node){ this.params = args; } }); });