summaryrefslogtreecommitdiffstats
path: root/core/src/OCA
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-28 11:24:08 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-28 13:32:34 +0100
commit87bc9f1fa1fceccb248254030aaed16da5e6aed8 (patch)
tree53c264c26b57ab03ccb505796147d7ceaa9430cf /core/src/OCA
parent8d52a3ac4a9f13c7ff7197b80ba055f37ac575d3 (diff)
downloadnextcloud-server-87bc9f1fa1fceccb248254030aaed16da5e6aed8.tar.gz
nextcloud-server-87bc9f1fa1fceccb248254030aaed16da5e6aed8.zip
Add OC and OCA namespace declarations to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src/OCA')
-rw-r--r--core/src/OCA/index.js26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/src/OCA/index.js b/core/src/OCA/index.js
new file mode 100644
index 00000000000..fa354456c91
--- /dev/null
+++ b/core/src/OCA/index.js
@@ -0,0 +1,26 @@
+/*
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/**
+ * Namespace for apps
+ * @namespace OCA
+ */
+export default {};