Skip to content

Commit

Permalink
add issues to TODO, #411
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 6, 2020
1 parent abc69dd commit 10f1468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/extractDocumentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
typeString = typeString.slice( 1, typeString.length - 1 );

// for ( var i = 0; i < line.length; i++ ) {
// TODO: handle |, {}, etc.
// TODO: handle |, {}, etc. https://github.com/phetsims/chipper/issues/411
// }

return typeString;
Expand Down Expand Up @@ -422,7 +422,7 @@
function parseStaticProperty( property ) {
const key = property.key.name;

// TODO: support static constants?
// TODO: support static constants? https://github.com/phetsims/chipper/issues/411
if ( property.value.type === 'FunctionExpression' ) {
const staticDoc = extractDocFromNode( property );

Expand Down

0 comments on commit 10f1468

Please sign in to comment.