We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4998a91 + c57d7e6 commit fdc5e32Copy full SHA for fdc5e32
templates/javascript/Component.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
var React = require('react/addons');<% if(rich && architecture === 'reflux'){%>
4
-var Reflux = require('Reflux'); <%}%>
+var Reflux = require('Reflux');<%}%>
5
<% if(rich && architecture === 'flux' || architecture === 'reflux'){%>
6
//var Actions = require('actions/xxx')<%}%>
7
0 commit comments