Skip to content

Commit

Permalink
Remove unnecessary Flow annotation
Browse files Browse the repository at this point in the history
It was added in facebook#7127 but this file isn’t type checked anyway.
  • Loading branch information
gaearon authored and usmanajmal committed Jul 11, 2016
1 parent cf67da9 commit 4a38037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/dom/client/ReactReconcileTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var TRANSACTION_WRAPPERS = [
*
* @class ReactReconcileTransaction
*/
function ReactReconcileTransaction(useCreateElement: boolean) {
function ReactReconcileTransaction(useCreateElement) {
this.reinitializeTransaction();
// Only server-side rendering really needs this option (see
// `ReactServerRendering`), but server-side uses
Expand Down

0 comments on commit 4a38037

Please sign in to comment.