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

@ -127,13 +127,13 @@ window.handleDataResponse = function(data, textStatus, jqXHR) {
// Process the portals with portal render limit handler first
// Low level portal will hold until last request
var newPpp = portalRenderLimit.splitOrMergeLowLevelPortals(ppp);
handlePortalData(newPpp);
handlePortalsRender(newPpp);
resolvePlayerNames();
renderUpdateStatus();
}
window.handlePortalData = function(portals) {
window.handlePortalsRender = function(portals) {
var portalUpdateAvailable = false;
var portalInUrlAvailable = false;