Ext.ns('PMG'); console.log("Starting PMG Manager"); Ext.define('PMG.Utils', { singleton: true, // this singleton contains miscellaneous utilities yesText: gettext('Yes'), noText: gettext('No'), constructor: function() { var me = this; // do whatever you want here } });