mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
19 lines
290 B
JavaScript
19 lines
290 B
JavaScript
/*
|
|
* 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 = {}
|
|
}
|
|
|
|
})()
|