Bug #24242 » ext_apply_typo3.diff
typo3/js/common.js (Arbeitskopie) | ||
---|---|---|
};
|
||
// common storage and global object, could later hold more information about the current user etc.
|
||
var TYPO3 = {
|
||
var TYPO3 = TYPO3 ? TYPO3 : {};
|
||
var TYPO3 = Ext.apply(TYPO3,{
|
||
// store instances that only should be running once
|
||
_instances: {},
|
||
getInstance: function(className) {
|
||
... | ... | |
return res;
|
||
}
|
||
}
|
||
};
|
||
});
|