diff options
Diffstat (limited to 'apps/comments/js/app.js')
-rw-r--r-- | apps/comments/js/app.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/comments/js/app.js b/apps/comments/js/app.js deleted file mode 100644 index 547059393a5..00000000000 --- a/apps/comments/js/app.js +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2016 Vincent Petry <pvince81@owncloud.com> - * - * This file is licensed under the Affero General Public License version 3 - * or later. - * - * See the COPYING-README file. - * - */ - -(function() { - if (!OCA.Comments) { - /** - * @namespace - */ - OCA.Comments = {}; - } - -})(); - |