diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-25 11:15:50 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-25 11:41:02 -0400 |
| commit | 48fc9b27a77126da649959c8f74ad8faffcd6e2c (patch) | |
| tree | d1ded29ad29f05dd9d34da6ed690a2acaff7ba55 /public/assets/javascripts/rectangles/engine/shapes/shapelist.js | |
| parent | 0d2ff65db2cf26c993245dae752dfb52b8cb2819 (diff) | |
comment the regionlist algorithm
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/shapes/shapelist.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/shapes/shapelist.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/javascripts/rectangles/engine/shapes/shapelist.js b/public/assets/javascripts/rectangles/engine/shapes/shapelist.js index 4373caf..90714c2 100644 --- a/public/assets/javascripts/rectangles/engine/shapes/shapelist.js +++ b/public/assets/javascripts/rectangles/engine/shapes/shapelist.js @@ -1,3 +1,5 @@ +// The ShapeList manages the list of polylines which form a V2 layout. + var ShapeList = Fiber.extend(function(base){ var exports = {} exports.init = function(){ |
