frameworks\cocos2d-html5\extensions\cocostudio\loader\parsers\timelineParser-2.x.js中118行
var customProperty = json"UserData"];
if(customProperty !== undefined)
extensionData.setCustomProperty(customProperty);
setCustomProperty报错 Uncaught TypeError: undefined is not a function
jsb中正常, js3.5的html5也正常,这几句是3.6新加入的,注释掉就没问题了