Remove invalid comment

This commit is contained in:
JC Brand 2016-10-20 12:27:18 +00:00
parent 24a93c5638
commit a51d503ea5

View File

@ -7,14 +7,6 @@
/*global Backbone, define, window, document, locales */
(function (root, factory) {
// Two modules are loaded as dependencies.
//
// * **converse-dependencies**: A list of dependencies converse.js depends on.
// The path to this module is in main.js and the module itself can be overridden.
// * **converse-templates**: The HTML templates used by converse.js.
//
// The dependencies are then split up and passed into the factory function,
// which contains and instantiates converse.js.
define("converse-core", [
"jquery",
"underscore",