You found a bug! We've classified it as
EXTJS-13707 .
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.Global variable leaks
Global variable leaks
"baseUrl" and "path" leaked
Code:
if(Ext.manifest) {
var manifest = Ext.manifest,
classes = manifest.classes,
paths = manifest.paths,
aliases = {},
alternates = {},
className, obj, name;
if(paths) {
if(manifest.bootRelative) {
baseUrl = Ext.Boot.baseUrl;
for(path in paths) {
if(paths.hasOwnProperty(path)) {
paths[path] = baseUrl + paths[path];
}
}
}
Manager.setPath(paths);
}
mercredi 4 juin 2014
[OPEN] Global variable leaks
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire