summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-14 21:06:09 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-14 21:06:09 +0100
commitef3222e8008e09d16867ea72da067bde12825c27 (patch)
tree457ff922e049ebc2041259a222017af10f605ae1 /src/main.js
parent1c6c1434402a56c63d5c07a79c8bc083f1531f82 (diff)
Fix oc-config typo
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 024c21ec..c65c3684 100644
--- a/src/main.js
+++ b/src/main.js
@@ -58,7 +58,7 @@ Vue.prototype.n = n
// eslint-disable-next-line
Vue.prototype.oca_contacts = oca_contacts
// eslint-disable-next-line
-Vue.prototype.oc_onfig = oc_config
+Vue.prototype.oc_config = oc_config
Vue.prototype.OC = OC
Vue.prototype.OCA = OCA