MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / defaultFactory

Method defaultFactory

src/core/CommentFactory.ts:91–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 1

CommentManager.jsFile · 0.80

Calls 1

bindMethod · 0.95

Tested by

no test coverage detected