1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

[groups] redesigned it.

This commit is contained in:
llj
2015-11-30 15:02:03 +08:00
parent 8b55b2ffaf
commit 1c18e3e716
17 changed files with 401 additions and 204 deletions

View File

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