Commit 782ff121 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

Add documentation header

parent 7dd5745b
/* Extends the Ext.data.Store type
* with startUpdate() and stopUpdate() methods
* to refresh the store data in the background
* Components using this store directly will flicker
* due to the redisplay of the element ater 'config.interval' ms
*/
Ext.define('PVE.data.UpdateStore', { Ext.define('PVE.data.UpdateStore', {
extend: 'Ext.data.Store', extend: 'Ext.data.Store',
......
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