init.js 157 B

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