1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-07 20:19:34 +00:00
seahub/static/scripts/app/models/group-change.js

11 lines
166 B
JavaScript
Raw Normal View History

2015-01-29 06:45:26 +00:00
define([
'underscore',
'backbone'
], function(_, Backbone) {
'use strict';
var GroupChange = Backbone.Model.extend({});
return GroupChange;
});