bigbluebutton-Github/labs/bbb-html5-client/public/js/models/user.coffee
Leonardo Crauss Daronco b80a0dc89e HTML5: create event bus, not finished yet
A global event bus to improve the structure of events in the
HTML5 client.
2013-04-29 17:26:09 -04:00

12 lines
150 B
CoffeeScript

define [
'underscore',
'backbone',
'globals'
], (_, Backbone, globals) ->
UserModel = Backbone.Model.extend
initialize: ->
UserModel