From 06e5fcc010d8b24c04ef14d31eae446aeab11189 Mon Sep 17 00:00:00 2001 From: Paul O'Shannessy Date: Fri, 12 Jul 2013 15:40:41 -0700 Subject: [PATCH] "use strict" for `ReactDoNotBindDeprecated` --- src/core/ReactDoNotBindDeprecated.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/ReactDoNotBindDeprecated.js b/src/core/ReactDoNotBindDeprecated.js index 11b6c00166..d34d01189b 100644 --- a/src/core/ReactDoNotBindDeprecated.js +++ b/src/core/ReactDoNotBindDeprecated.js @@ -16,6 +16,8 @@ * @providesModule ReactDoNotBindDeprecated */ +"use strict"; + var ReactDoNotBindDeprecated = { /** * Marks the method for not being automatically bound on component mounting. A