Issue in CCFileUtils

It was “selfPointer.*fileDataCache[fileUrl] = xhr.responseText;" in CCFileUtils at line 281.I think it should be "selfPointer.*textFileCache[fileUrl] = xhr.responseText”.Because it is used to preload a text file data rather than preload a binary file data.

Yes, this is a mistake.

We will correct it soon.

Thank you, garfield.