Skip to content

Commit

Permalink
DOC: Add missing shapes in docstring
Browse files Browse the repository at this point in the history
Addresses @antgonza's comment.

The previous commit also fixes #601 since there's no geometries are no
longer cubes.
  • Loading branch information
ElDeveloper committed Nov 28, 2017
1 parent 14ebfa6 commit b11e14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emperor/support_files/js/shapes.js
Expand Up @@ -13,8 +13,8 @@ define(['jquery', 'three', 'underscore'], function($, THREE, _) {
*
* Return a correctly sized geometry that matches the plotting space
*
* @param {string} shapeName One of 'Sphere', 'Square', 'Cone', 'Icosahedron'
* or 'Cylinder'.
* @param {string} shapeName One of 'Sphere', 'Square', 'Cone',
* 'Icosahedron', 'Cylinder', 'Diamond' and 'Ring'.
* @param {Object} ranges Object with two arrays of "max" and "min" values as
* generated by the `DecompositionModel` dimensionRanges property
*
Expand Down

0 comments on commit b11e14a

Please sign in to comment.