| 89 | } |
| 90 | |
| 91 | public static defaultFactory ():ICommentFactory { |
| 92 | var factory = new CommentFactory(); |
| 93 | factory.bind(1, CommentFactory._simpleScrollingInitializer); |
| 94 | factory.bind(2, CommentFactory._simpleScrollingInitializer); |
| 95 | factory.bind(6, CommentFactory._simpleScrollingInitializer); |
| 96 | factory.bind(4, CommentFactory._simpleAnchoredInitializer); |
| 97 | factory.bind(5, CommentFactory._simpleAnchoredInitializer); |
| 98 | factory.bind(7, CommentFactory._advancedCoreInitializer); |
| 99 | factory.bind(17, CommentFactory._advancedCoreInitializer); |
| 100 | return factory; |
| 101 | } |
| 102 | |
| 103 | public static defaultCssRenderFactory ():ICommentFactory { |
| 104 | var factory = new CommentFactory(); |