review comment fix
This commit is contained in:
parent
f30bdf20c5
commit
4c5770f21c
@ -359,10 +359,11 @@
|
|||||||
if (!loadObject.pageDataFromCache) {
|
if (!loadObject.pageDataFromCache) {
|
||||||
loadObject.pageJSON = pageJSON;
|
loadObject.pageJSON = pageJSON;
|
||||||
loadObject.pageType = [pageJSON string:KeyPageType];
|
loadObject.pageType = [pageJSON string:KeyPageType];
|
||||||
//Remove the pages and modules from cache
|
|
||||||
[self removeCaches:[jsonDictionary dict:@"RemoveCaches"]];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Remove the pages and modules from cache
|
||||||
|
[self removeCaches:[jsonDictionary dict:@"RemoveCaches"]];
|
||||||
|
|
||||||
// Sets the response info map
|
// Sets the response info map
|
||||||
loadObject.responseInfoMap = [jsonDictionary dict:KeyResponseInfo];
|
loadObject.responseInfoMap = [jsonDictionary dict:KeyResponseInfo];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user