Merge pull request #1096 from spicyj/comma-splice

Fix comma splice
This commit is contained in:
Paul O’Shannessy
2014-02-15 14:07:33 -08:00
+1 -1
View File
@@ -30,7 +30,7 @@
function invariant(condition) {
if (!condition) {
var error = new Error(
'Minified exception occured, use the non-minified dev environment for ' +
'Minified exception occured; use the non-minified dev environment for ' +
'the full error message and additional helpful warnings.'
);
error.framesToPop = 1;