1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-01 12:44:35 +00:00
seahub/static/scripts/sysadmin-app/models/system-repo.js
2016-06-14 14:47:02 +08:00

12 lines
186 B
JavaScript

define([
'underscore',
'backbone',
'common'
], function(_, Backbone, Common) {
'use strict';
var SystemRepo = Backbone.Model.extend({});
return SystemRepo;
});