</head>
<body onload="prettyPrint();">
<pre class="prettyprint lang-js">/*!
- * Ext JS Library 3.2.1
+ * Ext JS Library 3.2.2
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
dir : 'dir'
},
- <div id="prop-Ext.data.Store-isDestroyed"></div>/**
- * @property isDestroyed
- * @type Boolean
+ <div id="prop-Ext.data.Store-{Boolean}"></div>/**
+ * @property {Boolean} isDestroyed
* True if the store has been destroyed already. Read only
*/
isDestroyed: false,
- <div id="prop-Ext.data.Store-hasMultiSort"></div>/**
- * @property hasMultiSort
- * @type Boolean
+ <div id="prop-Ext.data.Store-{Boolean}"></div>/**
+ * @property {Boolean} hasMultiSort
* True if this store is currently sorted by more than one field/direction combination.
*/
hasMultiSort: false,
* @event clear
* Fires when the data cache has been cleared.
* @param {Store} this
- * @param {Record[]} The records that were cleared.
+ * @param {Record[]} records The records that were cleared.
*/
'clear',
<div id="event-Ext.data.Store-exception"></div>/**
}
<div id="prop-Ext.data.Store-multiSortInfo"></div>/**
+ * Object containing overall sort direction and an ordered array of sorter configs used when sorting on multiple fields
* @property multiSortInfo
* @type Object
- * Object containing overall sort direction and an ordered array of sorter configs used when sorting on multiple fields
*/
this.multiSortInfo = {
sorters : sorters,