Plato on Github
Report Home
dojo/data/api/Item.js
Maintainability
92.82
Lines of code
13
Difficulty
4.00
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
define(["../../_base/declare"], function(declare){ // module: // dojo/data/api/Item return declare(null, { // summary: // An item in a dojo/data store // Class for documentation purposes only. An item can take any form, so no // properties or methods are defined here. }); });