Cocos2.2.1+Cocos2d-JS 3.5 UIText尺寸不自适应的解决方法

timelineParser-x.x.js中的parser.initText函数

//todo check it
        var isCustomSize = json"IsCustomSize"];
        if(isCustomSize != null)
            widget.ignoreContentAdaptWithSize(!isCustomSize);


```


需要ignore时 isCustomSize却是undefined   改一下if条件就好了