/**
 * @class Ext.grid.menu.SortAsc
 * @extend Ext.menu.Item
 * @xtype gridsortascmenuitem
 * The menu item shown in a grid column's menu that when clicked
 * triggers ascending sorting on that column.
 */
 
/**
 * @cfg {String} [text='Sort Ascending']
 * The menu item text for the Sort Ascending menu item.
 * @locale
 */