1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Add group discussion delete

This commit is contained in:
Daniel Pan
2016-03-18 11:21:26 +08:00
committed by llj
parent 077a2627f0
commit 26d25c6448
6 changed files with 43 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
define([
'underscore',
'backbone'
], function(_, Backbone) {
'backbone',
'common'
], function(_, Backbone, Common) {
'use strict';
var GroupDiscussion = Backbone.Model.extend({});