muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
8e1602f5e533a5866b7d729a0896ac95ee9edbea
parent
a5cfc60f76bba142992900ed9c321363513eeb61
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-28 05:28
ignore export-class modules in docs

Diffstat

M src/muu-directive.js 1 +
M src/muu-registry.js 1 +

2 files changed, 2 insertions, 0 deletions


diff --git a/src/muu-directive.js b/src/muu-directive.js

@@ -1,6 +1,7 @@
    1     1 /**
    2     2  * Exports the {@link Directive} class.
    3     3  * @module muu-directive
   -1     4  * @ignore
    4     5  */
    5     6 define(['muu-dom-helpers', 'muu-js-helpers', 'muu-update-dom'], function($, _, updateDOM) {
    6     7     "use strict";

diff --git a/src/muu-registry.js b/src/muu-registry.js

@@ -1,6 +1,7 @@
    1     1 /**
    2     2  * Exports the {@link Registry} class.
    3     3  * @module muu-registry
   -1     4  * @ignore
    4     5  */
    5     6 define('muu-registry', ['muu-template', 'muu-directive', 'muu-js-helpers', 'muu-dom-helpers'], function(muuTemplate, Directive, _, $) {
    6     7     "use strict";