Fix OC.addStyle and OC.addScript

With the move to the bundles a comment tag was not removed. So the
loaded array was undefined.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-02-05 15:24:54 +01:00
parent dbd0bd6b3f
commit 53a266060f
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 2 deletions

View File

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