From 9d1b71b1863611c39059869caed402fe064cbaf5 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 17 Apr 2015 19:00:50 +0800 Subject: [PATCH] Formatting --- react.md | 1 + 1 file changed, 1 insertion(+) diff --git a/react.md b/react.md index ffdbbae00..46b06ed08 100644 --- a/react.md +++ b/react.md @@ -351,6 +351,7 @@ var SetIntervalMixin = { componentWillMount: function() { .. } } ``` +{:.light} ```js var TickTock = React.createClass({