From 165bc459c88158606e3df91c34a401abf860a236 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Fri, 10 Mar 2017 14:34:32 +0000 Subject: [PATCH] added provides module for ReactCurrentOwner --- scripts/rollup/forwarding/ReactCurrentOwner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rollup/forwarding/ReactCurrentOwner.js b/scripts/rollup/forwarding/ReactCurrentOwner.js index aaff25ffa3b9c..f2862c0462e9d 100644 --- a/scripts/rollup/forwarding/ReactCurrentOwner.js +++ b/scripts/rollup/forwarding/ReactCurrentOwner.js @@ -6,7 +6,7 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * - * + * @providesModule ReactCurrentOwner */ 'use strict';