UNPKG
generator-cdd-dev
Version:
latest (3.0.0)
3.0.0
Yeoman generator
github.com/bnhovde/generator-fed-up
bnhovde/generator-fed-up
generator-cdd-dev
/
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
);