diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-15 10:40:22 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-15 10:40:53 +0200 |
commit | 334c4fddfe632bad94746c1b0b3ec4bb8209a4d5 (patch) | |
tree | cbb00ebec36394bb3d4946a52e93640cb0c8f6a1 /core/js/js.js | |
parent | ab72bd64f566b0575d319a5375b9bdf7fc8b16fa (diff) | |
download | nextcloud-server-334c4fddfe632bad94746c1b0b3ec4bb8209a4d5.tar.gz nextcloud-server-334c4fddfe632bad94746c1b0b3ec4bb8209a4d5.zip |
Remove empty js.js
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/js/js.js b/core/js/js.js deleted file mode 100644 index 7d449a324d2..00000000000 --- a/core/js/js.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * @namespace OC - */ -Object.assign(window.OC, { - /* jshint camelcase: false */ - - /** -}); - |