Merge pull request #2452 from Shahor/master

Trailing commas break old IE versions
This commit is contained in:
Paul O’Shannessy
2014-11-05 11:00:12 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ var CompilerPlayground = React.createClass({
</label>
</div>
);
},
}
});
React.render(
<CompilerPlayground />,