From 59ec81da075a7c52f7a5d0ca6c98bcc1f49498d7 Mon Sep 17 00:00:00 2001 From: James Ide Date: Mon, 13 Apr 2015 17:31:35 -0700 Subject: [PATCH] [Haste] @provides -> @providesModule StaticRenderer Pretty sure this shouldn't be @provides --- Libraries/Components/StaticRenderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/StaticRenderer.js b/Libraries/Components/StaticRenderer.js index 8800198a5db6be..8f6cabde51e7a4 100644 --- a/Libraries/Components/StaticRenderer.js +++ b/Libraries/Components/StaticRenderer.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. * - * @provides StaticRenderer + * @providesModule StaticRenderer * @flow */ 'use strict';