From 53f92bf8587b64e0803b66b8bf7f337add2e75a3 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 10 Mar 2015 15:36:27 -0700 Subject: [PATCH] Fix comma splice and line length --- src/browser/ui/React.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser/ui/React.js b/src/browser/ui/React.js index a64bfbf7b3..5fccdff73d 100644 --- a/src/browser/ui/React.js +++ b/src/browser/ui/React.js @@ -120,8 +120,8 @@ if (__DEV__) { warning( !ieCompatibilityMode, - 'Internet Explorer is running in compatibility mode, please add the following ' + - 'tag to your HTML to prevent this from happening: ' + + 'Internet Explorer is running in compatibility mode; please add the ' + + 'following tag to your HTML to prevent this from happening: ' + '' );