Dont overwrite OCA.Sharing

This commit is contained in:
Robin Appelman 2014-06-05 12:52:08 +02:00
parent d0eb8f8668
commit 690e0b5070
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@
/* global FileActions, Files */
/* global dragOptions, folderDropOptions */
OCA.Sharing = {};
if (!OCA.Sharing) {
OCA.Sharing = {};
}
if (!OCA.Files) {
OCA.Files = {};
}