From 87bc9f1fa1fceccb248254030aaed16da5e6aed8 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 28 Jan 2019 11:24:08 +0100 Subject: Add OC and OCA namespace declarations to the bundle Signed-off-by: Christoph Wurst --- core/src/globals.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/src/globals.js') diff --git a/core/src/globals.js b/core/src/globals.js index 770ae223afe..a9884f335e0 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -48,6 +48,10 @@ import 'snap.js/dist/snap' import 'strengthify' import 'strengthify/strengthify.css' +import OC from './OC/index' +import OCP from './OCP/index' +import OCA from './OCA/index' + window['_'] = _ window['$'] = $ window['autosize'] = autosize @@ -64,3 +68,7 @@ window['jQuery'] = $ window['marked'] = marked window['md5'] = md5 window['moment'] = moment + +window['OC'] = OC +window['OCP'] = OCP +window['OCA'] = OCA -- cgit v1.2.3