Explorar el Código

Remove invalid comment

JC Brand hace 8 años
padre
commit
a51d503ea5
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      src/converse-core.js

+ 0 - 8
src/converse-core.js

@@ -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",