Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Feb 12, 2015
1 parent ae7e838 commit 5fbfaa2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# fluxion
An exploratory attempt at a [Flux][1] dispatcher for [MarionetteJS][2]

### Usage

[1]: https://facebook.github.io/flux/
[2]: http://marionettejs.com/
4 changes: 4 additions & 0 deletions fluxion.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Marionette = require("backbone.marionette")

class Fluxion extends Marionette.Object
@_lastID = 1
@_prefix = "Fluxion_"
Expand Down Expand Up @@ -55,3 +57,5 @@ class Fluxion extends Marionette.Object
_stopDispatching: ->
@_pendingPayload = null
@_isDipatching = false

module.exports = new Fluxion()
6 changes: 5 additions & 1 deletion fluxion.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fluxion.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fbfaa2

Please sign in to comment.