1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

[lib setting] remove 'permissions'

This commit is contained in:
llj
2016-02-01 17:15:45 +08:00
parent eaba92f544
commit a541bd5ed1
4 changed files with 2 additions and 61 deletions

View File

@@ -3,10 +3,8 @@ define([
'underscore',
'backbone',
'common',
'jquery.ui.tabs',
'select2',
'app/views/folder-share-item'
], function($, _, Backbone, Common, Tabs, Select2, FolderShareItemView) {
], function($, _, Backbone, Common, FolderShareItemView) {
'use strict';
var SharePopupView = Backbone.View.extend({