Fix comma splice and line length

This commit is contained in:
Ben Alpert
2015-03-10 15:36:27 -07:00
parent 645a6caaf5
commit 53f92bf858
+2 -2
View File
@@ -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: ' +
'<meta http-equiv="X-UA-Compatible" content="IE=edge" />'
);