spine动画鼠标点击检测

this.skeletonBounds = new sp.spine.SkeletonBounds();
this.skeletonBounds.update(skeleton, true);

鼠标点击后调用update方法,spine.js内报错了


断点看polygons是有length属性的,不知道如何解决

有谁知道creator1.5 鼠标点击判断区域怎么做啊?