diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-14 15:29:18 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-14 15:29:18 +0200 |
commit | d9accd306e099708f61ea5adf3157a46774da1ad (patch) | |
tree | 1960166de89f2254174db796b1c36d30f4de95d6 /core | |
parent | f08aed74d78cc2ec50dc74154c2862d054791882 (diff) | |
download | nextcloud-server-d9accd306e099708f61ea5adf3157a46774da1ad.tar.gz nextcloud-server-d9accd306e099708f61ea5adf3157a46774da1ad.zip |
Remove OCP (re)declaration from js.js
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/js/js.js b/core/js/js.js index 4301298645e..26c771adb4c 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1,6 +1,3 @@ -/** @namespace OCP */ -var OCP = Object.assign({}, window.OCP); - /** * @namespace OC */ |