Skip to content

Instantly share code, notes, and snippets.

@ScalableJS
Created June 8, 2012 13:19
Show Gist options
  • Save ScalableJS/2895568 to your computer and use it in GitHub Desktop.
Save ScalableJS/2895568 to your computer and use it in GitHub Desktop.
structGenInfo
//Создание списка компаний с масивами максибоксов
mmcore.structGenInfo = {};
mmcore._AddRenderer = decorate(mmcore._AddRenderer, function (mb, fn) {
var gi = mmcore.GenInfo, ngi = this.newGenInfo;
for (var com in gi) {
ngi[com] = ngi[com] || [];
if (gi[com][mb.toLowerCase()]) {
ngi[com].push(mb);
}
}
});
//Пример использования из callback - к Димону ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment