You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dojo/data/api/Item.js.uncompressed.js

14 lines
320 B
JavaScript

define("dojo/data/api/Item", ["../../_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.
});
});