Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-21 09:27:38 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-25 18:12:27 +0300
commit263d2c89fb2a8faa0cfdee230de2177b34534c9b (patch)
tree87bc1d9e1eba76a357ac3a0549d662190a9c3e3a /apps/accessibility/src/main.js
parenta23a6004a5a94f1bce548a0e41eb8cb642b136a3 (diff)
Config set and drone
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/accessibility/src/main.js')
-rw-r--r--apps/accessibility/src/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/accessibility/src/main.js b/apps/accessibility/src/main.js
index 8782a4362b6..5d9b2a2d0a8 100644
--- a/apps/accessibility/src/main.js
+++ b/apps/accessibility/src/main.js
@@ -3,6 +3,7 @@ import App from './App.vue';
/* global t */
// bind to window
+Vue.prototype.OC = OC;
Vue.prototype.t = t;
new Vue({