Skip to content

Commit

Permalink
Merge pull request reduxjs#1250 from jshen212/patch-1
Browse files Browse the repository at this point in the history
Add period on line 9
  • Loading branch information
gaearon committed Jan 18, 2016
2 parents c5d9a8a + 84b5a13 commit 307c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import compose from './compose'

/*
* This is a dummy function to check if the function name has been altered by minification.
* If the function has been minified and NODE_ENV !== 'production', warn the user
* If the function has been minified and NODE_ENV !== 'production', warn the user.
*/
function isCrushed() {}

Expand Down

0 comments on commit 307c096

Please sign in to comment.