b80a0dc89e
A global event bus to improve the structure of events in the HTML5 client.
12 lines
150 B
CoffeeScript
12 lines
150 B
CoffeeScript
define [
|
|
'underscore',
|
|
'backbone',
|
|
'globals'
|
|
], (_, Backbone, globals) ->
|
|
|
|
UserModel = Backbone.Model.extend
|
|
|
|
initialize: ->
|
|
|
|
UserModel
|