We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f502f commit 4a34571Copy full SHA for 4a34571
core/src/OC/backbone-webdav.js
core/src/OC/backbone.js
core/src/OC/index.js
@@ -29,7 +29,6 @@ import logger from '../logger.js'
29
import { isUserAdmin } from './admin.js'
30
import { appConfig } from './appconfig.js'
31
import appswebroots from './appswebroots.js'
32
-import Backbone from './backbone.js'
33
import { getCapabilities } from './capabilities.js'
34
import Config from './config.js'
35
import {
@@ -86,7 +85,6 @@ export default {
86
85
*/
87
appConfig,
88
appswebroots,
89
- Backbone,
90
config: Config,
91
/**
92
* Currently logged in user or null if none
0 commit comments