Merge pull request #18459 from owncloud/files-detailtabview-namespace

Add namespace in case the file is loaded individually
This commit is contained in:
Thomas Müller 2015-08-20 18:16:11 +02:00
commit 0451cc0060
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
});
DetailTabView._TAB_COUNT = 0;
OCA.Files = OCA.Files || {};
OCA.Files.DetailTabView = DetailTabView;
})();