Add namespace in case the file is loaded individually
Some apps might load this file in JS unit tests and need the OCA.Files namespace to exist.
This commit is contained in:
parent
9573d7d60d
commit
7c64ae4663
|
@ -88,6 +88,8 @@
|
|||
});
|
||||
DetailTabView._TAB_COUNT = 0;
|
||||
|
||||
OCA.Files = OCA.Files || {};
|
||||
|
||||
OCA.Files.DetailTabView = DetailTabView;
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in New Issue