nextcloud/apps/comments/src/app.js

20 lines
290 B
JavaScript
Raw Normal View History

2016-01-27 12:28:55 -05:00
/*
* 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 = {}
2016-01-27 12:28:55 -05:00
}
})()