UNPKG
fd-gulp-encodingfilter
Version:
latest (0.0.1)
0.0.1
filt the assigned encoding file
fd-gulp-encodingfilter
/
test
/
source
/
style-m-detail
/
modules
/
demo
/
module.js
15 lines
(8 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
define
(
'detail.modules.demo.Module'
, [
'exports'
],
function
(
exports
) {
exports
.
view
=
function
(
model
) { model.
hello
=
'hello radiance'
; model.
a
=
function
(
num
) {
return
num +
'元'
}; }; });