Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Add comment back into org_store.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram committed Oct 12, 2017
1 parent 13dd025 commit 7d9f566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static_src/stores/org_store.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Store for org data. Will store and update org data on changes from UI and
* server.
*/
import PropTypes from 'prop-types';

import AppDispatcher from '../dispatcher';
Expand Down

0 comments on commit 7d9f566

Please sign in to comment.