1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

new admin devices page;

This commit is contained in:
lian
2016-04-23 18:07:09 +08:00
parent b3911c5081
commit bc2828969d
29 changed files with 2391 additions and 31 deletions

View File

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