Commit b24be272 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

Add documentation header

parent 73ff9bd3
/* This store encapsulates data items which are organized as an Array of key-values Objects
* ie data[0] contains something like {key: "keyboard", value: "da"}
*
* Designed to work with the KeyValue model and the JsonObject data reader
*/
Ext.define('PVE.data.ObjectStore', { Ext.define('PVE.data.ObjectStore', {
extend: 'PVE.data.UpdateStore', extend: 'PVE.data.UpdateStore',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment