Skip to content

Commit

Permalink
delete empty prototype spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Nov 9, 2015
1 parent 6f2a6ef commit 1becc42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/gravity-and-orbits/module/ModeListParameterList.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ define( function( require ) {
this.timeSpeedScale = timeSpeedScale;
}

return inherit( Object, ModeListParameterList, {
} );
return inherit( Object, ModeListParameterList );
} );

0 comments on commit 1becc42

Please sign in to comment.