init.js 165 B

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