mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
new activity page
This commit is contained in:
10
static/scripts/app/models/activity.js
Normal file
10
static/scripts/app/models/activity.js
Normal file
@@ -0,0 +1,10 @@
|
||||
define([
|
||||
'underscore',
|
||||
'backbone'
|
||||
], function(_, Backbone) {
|
||||
'use strict';
|
||||
|
||||
var Activity = Backbone.Model.extend({});
|
||||
|
||||
return Activity;
|
||||
});
|
Reference in New Issue
Block a user