mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Merge pull request #132 from akampjes/trailingspacefix
Remove trailing whitespace after Reflux
This commit is contained in:
commit
fdc5e32e20
@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var React = require('react/addons');<% if(rich && architecture === 'reflux'){%>
|
||||
var Reflux = require('Reflux'); <%}%>
|
||||
var Reflux = require('Reflux');<%}%>
|
||||
<% if(rich && architecture === 'flux' || architecture === 'reflux'){%>
|
||||
//var Actions = require('actions/xxx')<%}%>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user