Merge pull request #15531 from nextcloud/refactor/remove-js-js-ocp

Remove OCP (re)declaration from js.js
This commit is contained in:
Roeland Jago Douma 2019-05-14 21:05:53 +02:00 committed by GitHub
commit b8c01dc2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
/** @namespace OCP */
var OCP = Object.assign({}, window.OCP);
/**
* @namespace OC
*/