UNPKG
generator-cdd
Version:
latest (3.2.5)
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
Yeoman generator
github.com/bnhovde/generator-fed-up
bnhovde/generator-fed-up
generator-cdd
/
app
/
templates
/
scripts
/
modules
/
moduleA.js
11 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Module A (example)
var
namespace = namespace || {}; (
function
(
$,
window
,
document
,
undefined
) {
'use strict'
; namespace.
ModuleA
=
function
(
) {}; })(jQuery,
window
,
document
);