Skip to content

Commit

Permalink
Merge pull request facebook#9 from cwarden/patch-1
Browse files Browse the repository at this point in the history
Fix filename case
  • Loading branch information
zpao committed Jul 29, 2014
2 parents 758783d + 161f824 commit 028ceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flux-chat/js/stores/UnreadThreadStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
var ChatAppDispatcher = require('../dispatcher/ChatAppDispatcher');
var ChatConstants = require('../constants/ChatConstants');
var EventEmitter = require('events').EventEmitter;
var MessageStore = require('../stores/messagestore');
var MessageStore = require('../stores/MessageStore');
var ThreadStore = require('../stores/ThreadStore');
var merge = require('react/lib/merge');

Expand Down

0 comments on commit 028ceec

Please sign in to comment.