Skip to content

Commit

Permalink
Added abstraction for CommentFactory
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jabbany committed Nov 10, 2016
1 parent 16eafd6 commit e832a0f
Show file tree
Hide file tree
Showing 12 changed files with 1,787 additions and 215 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = (grunt) ->
'src/Array.js'
'src/core/CommentSpaceAllocator.js'
'src/core/Comment.js'
'src/core/CommentFactory.js'
'src/CommentManager.js'
]

Expand All @@ -30,6 +31,7 @@ module.exports = (grunt) ->
# Typescript targets
SRC_TS_CORE = [
'Comment'
'CommentFactory'
'CommentSpaceAllocator'
]

Expand Down
Loading

0 comments on commit e832a0f

Please sign in to comment.