Merge pull request #14030 from nextcloud/fix/oc_addstyle

Fix OC.addStyle and OC.addScript
This commit is contained in:
Morris Jobke 2019-02-05 15:42:57 +01:00 committed by GitHub
commit 1ceddc1cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -863,8 +863,6 @@ Object.assign(window.OC, {
} }
}); });
/**
OC.addStyle.loaded=[]; OC.addStyle.loaded=[];
OC.addScript.loaded=[]; OC.addScript.loaded=[];