Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Update dispatcher.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 7, 2014
1 parent b9d48c7 commit ec93602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chaplin/dispatcher.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mediator = require 'chaplin/mediator'
utils = require 'chaplin/lib/utils'
EventBroker = require 'chaplin/lib/event_broker'

module.exports = class Dispatcherc
module.exports = class Dispatcher
# Borrow the static extend method from Backbone.
@extend = Backbone.Model.extend

Expand Down

0 comments on commit ec93602

Please sign in to comment.