From 53a266060faffd04d21aa1808b04aff6d5d29435 Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <roeland@famdouma.nl>
Date: Tue, 5 Feb 2019 15:24:54 +0100
Subject: [PATCH] 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>
---
 core/js/js.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/js/js.js b/core/js/js.js
index 048bd5d470f..e03e2334c09 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -863,8 +863,6 @@ Object.assign(window.OC, {
 	}
 });
 
-/**
-
 OC.addStyle.loaded=[];
 OC.addScript.loaded=[];
 
-- 
GitLab