Skip to content

Commit 3d3d0cd

Browse files
committed
Fix CommentFilter stuff
1 parent 3a53b2c commit 3d3d0cd

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

dist/CommentCoreLibrary.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ var CommentFilter = (function () {
12111211
CommentFilter.prototype.addModifier = function (f) {
12121212
this.modifiers.push(f);
12131213
};
1214+
1215+
return CommentFilter;
12141216
})();
12151217

12161218
/**

0 commit comments

Comments
 (0)