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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-11-03 09:17:33 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-01-25 22:36:47 +0300
commit7ae3d87c57b2e19f98dc385f815fb49f82895e5c (patch)
tree3dc7f7c0a8df54915a3dbd1aa6c00ac75c257cdb /src/main.js
parentc9f774c1c147b930105dd2aa678e8771385f54a7 (diff)
Add stricter eslint rules
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 418bdf03..dc16a412 100644
--- a/src/main.js
+++ b/src/main.js
@@ -55,7 +55,6 @@ Vue.prototype.t = t
Vue.prototype.n = n
Vue.prototype.OC = OC
Vue.prototype.OCA = OCA
-Vue.prototype.$ = $
OCA.Tasks.App = new Vue({
el: '.app-tasks',