1
0
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:
lian
2015-07-24 11:37:57 +08:00
parent fa177dd150
commit dfc7f1856f
13 changed files with 340 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
define([
'underscore',
'backbone'
], function(_, Backbone) {
'use strict';
var Activity = Backbone.Model.extend({});
return Activity;
});