Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Removing another reference to abstractEffectsInAdditionalFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
NTillmann committed Mar 20, 2018
1 parent 973ab8b commit e379bc3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions website/js/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ var optionsConfig = [
defaultVal: true,
description: "Removes Flow type annotations from the output."
},
{
type: "boolean",
name: "abstractEffectsInAdditionalFunctions",
defaultVal: true,
description: "Allows abstract effects in pure functions and React components."
},
];

var demos = [];
Expand Down

0 comments on commit e379bc3

Please sign in to comment.