diff options
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 8 |
1 files changed, 8 insertions, 0 deletions
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 |