Project

General

Profile

Bug #24242 » 0016614_v2.diff

Administrator Admin, 2010-11-30 10:39

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 : {};
TYPO3 = Ext.apply(TYPO3,{
// store instances that only should be running once
_instances: {},
getInstance: function(className) {
......
return res;
}
}
};
});
(2-2/2)