Project

General

Profile

Bug #24242 » ext_apply_typo3.diff

Administrator Admin, 2010-11-30 10:22

View differences:

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;
}
}
};
});
(1-1/2)