init.js 161 B

123456
  1. Ext.namespace('Ext.theme.is').Triton = true;
  2. Ext.theme.name = 'Triton';
  3. Ext.theme.getDocCls = function() {
  4. return Ext.platformTags.phone ? 'x-big' : '';
  5. };