Comment correction

Correct comment of "portalResonatorGuid"
This commit is contained in:
Xelio
2013-02-10 22:58:08 +08:00
parent 370f34a793
commit 36aabc3216

View File

@ -317,8 +317,7 @@ window.renderResonators = function(ent) {
}
}
// replace .11 or .12 in portal guid with .r[slot] to
// get guid for resonators
// append portal guid with -resonator-[slot] to get guid for resonators
window.portalResonatorGuid = function(portalGuid, slot){
return portalGuid + '-resonator-' + slot;
}