Skip to content

Commit

Permalink
Adds Alt and removes boilerplate
Browse files Browse the repository at this point in the history
Removing the constants and dispatcher code and adding alt.js which
creates a new alt instance and exports it. We'll be using alt.js to
create our stores and actions later.
  • Loading branch information
goatslacker committed Dec 27, 2014
1 parent 20d1827 commit 75ffdb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 76 deletions.
2 changes: 2 additions & 0 deletions examples/chat/js/alt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var Alt = require('../../../')
module.exports = new Alt()
29 changes: 0 additions & 29 deletions examples/chat/js/constants/ChatConstants.js

This file was deleted.

47 changes: 0 additions & 47 deletions examples/chat/js/dispatcher/ChatAppDispatcher.js

This file was deleted.

0 comments on commit 75ffdb5

Please sign in to comment.