UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines (8 loc) 268 B
Ext.define('Ext.theme.triton.list.TreeItem', { override: 'Ext.list.TreeItem', compatibility: Ext.isIE8, setFloated: function(floated, wasFloated) { this.callParent([floated, wasFloated]); this.toolElement.syncRepaint(); } });