mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-27 19:26:50 +00:00
6 lines
156 B
CoffeeScript
Executable File
6 lines
156 B
CoffeeScript
Executable File
define ['backbone'], \
|
|
(Backbone) ->
|
|
class ActivityItem extends Backbone.Model
|
|
urlRoot: com.podnoms.settings.urlRoot + "activity/"
|
|
|