Skip to content

Commit

Permalink
code cleanup, see issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
aadish committed May 13, 2016
1 parent d56f91d commit 99cdf95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/view/ExpandedPeriodicTableNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ define( function( require ) {

shred.register( 'ExpandedPeriodicTableNode', ExpandedPeriodicTableNode );

return inherit( Node, ExpandedPeriodicTableNode, {
} );
return inherit( Node, ExpandedPeriodicTableNode );
} );

0 comments on commit 99cdf95

Please sign in to comment.