Skip to content

Commit e832a0f

Browse files
committed
Added abstraction for CommentFactory
- New CommentFactory handles creation of comments allows easier creation of new types of comments - Use Matrix to discretize transformations (rx,ry,rz) to prepare for supporting of 3d rotations (AcFun) - Updates to some API definitions
1 parent 16eafd6 commit e832a0f

12 files changed

Lines changed: 1787 additions & 215 deletions

Gruntfile.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = (grunt) ->
1717
'src/Array.js'
1818
'src/core/CommentSpaceAllocator.js'
1919
'src/core/Comment.js'
20+
'src/core/CommentFactory.js'
2021
'src/CommentManager.js'
2122
]
2223

@@ -30,6 +31,7 @@ module.exports = (grunt) ->
3031
# Typescript targets
3132
SRC_TS_CORE = [
3233
'Comment'
34+
'CommentFactory'
3335
'CommentSpaceAllocator'
3436
]
3537

0 commit comments

Comments
 (0)