Skip to content

Commit

Permalink
Merge pull request facebook#151 from gnesher/patch-1
Browse files Browse the repository at this point in the history
Removing unused store.  Change related to facebook#120
  • Loading branch information
fisherwebdev committed Feb 9, 2015
2 parents 7372820 + 400685f commit 12ae60e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/flux-chat/js/actions/ChatMessageActionCreators.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var ChatAppDispatcher = require('../dispatcher/ChatAppDispatcher');
var ChatConstants = require('../constants/ChatConstants');
var ChatWebAPIUtils = require('../utils/ChatWebAPIUtils');
var ChatMessageUtils = require('../utils/ChatMessageUtils');
var MessageStore = require('../stores/MessageStore');

var ActionTypes = ChatConstants.ActionTypes;

Expand Down

0 comments on commit 12ae60e

Please sign in to comment.