bug提交,html5版中加载带有用户数据的ui json文件报错

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新加入的,注释掉就没问题了

请问下 你们触控的工程师们你门发布代码的时候做过测试没有