Code restructure 2

This commit is contained in:
Xelio
2013-03-01 15:00:49 +08:00
parent c9d7300a05
commit a679710198
2 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ window.portalRenderLimit.splitOrMergeLowLevelPortals = function(originPortals) {
window.portalRenderLimit.handleFailRequest = function() {
if(portalRenderLimit.isLastRequest()) {
var resultPortals = portalRenderLimit.mergeLowLevelPortals(null);
handlePortalData(resultPortals);
handlePortalsRender(resultPortals);
}
}