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:
authorVincent Petry <pvince81@owncloud.com>2014-05-08 21:00:42 +0400
committerVincent Petry <pvince81@owncloud.com>2014-05-15 19:51:04 +0400
commitfb10bf4048aaf5b2a9665fc9dff217c790efe005 (patch)
tree9d65596c49ecb78d828c8b2fc661f46424c2965d /.jshintrc
parent88ebb15f1d91b82022e02903ab73338065e223b9 (diff)
Files app navigation can now switch
- added new OCA.Files namespace for files classes - the sidebar can now switch between views/containers - the trashbin renders in its own container but currently doesn't work due to overrides - added app.js as entry point for JS code (ideally all other files should only contain classes and not trigger anything)
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 77f9e9f143d..d5da3e30828 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -26,6 +26,7 @@
"fakeServer": true,
"_": true,
"OC": true,
+ "OCA": true,
"t": true,
"n": true
}