Fix comma splice

This commit is contained in:
Ben Alpert
2014-02-15 13:58:57 -08:00
parent e872cd0a7c
commit 2013db23d3
+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;