2023-02-14 20:19:50 +08:00

6 lines
182 B
JavaScript

// Comment对象
Comment = function Comment(){}
bodavm.toolsFunc.safeProto(Comment, "Comment");
Comment.prototype.__proto__=CharacterData.prototype;
Comment.__proto__=CharacterData;