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/store
Anders Kaseorg 6887a0f573 lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to
span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our
tree icons inside them rather than replacing them.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
8 years ago
..
api lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 8 years ago
util lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 8 years ago
Cache.js lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 8 years ago
DataStore.js lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 8 years ago
JsonRest.js lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 8 years ago
Memory.js lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 8 years ago
Observable.js lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 8 years ago
README upgrade dojo to 1.8.3 (refs #570) 11 years ago

README

This folder contains the stores and utilities implementing the Dojo Object Store API,
a successor and unifier to Dojo Data, Dojo Storage, and potentially Dojo Model. These
stores are designed to provide simple lightweight implementations 
providing core functionality for typical applications.  

See http://dojotoolkit.org/features/1.6/object-store for more information