X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/util/Sortable.js diff --git a/src/util/Sortable.js b/src/util/Sortable.js index aebbae57..4150967b 100644 --- a/src/util/Sortable.js +++ b/src/util/Sortable.js @@ -235,17 +235,5 @@ store.sort('myField', 'DESC'); getSorters: function() { return this.sorters.items; - }, - - /** - * Returns an object describing the current sort state of this Store. - * @return {Object} The sort state of the Store. An object with two properties: - * See {@link #sortInfo} for additional details. - */ - getSortState : function() { - return this.sortInfo; } }); \ No newline at end of file