UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

14 lines (10 loc) 298 B
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. }); });