UNPKG
fd-gulp-encodingfilter
Version:
latest (0.0.1)
0.0.1
filt the assigned encoding file
fd-gulp-encodingfilter
/
test
/
source
/
qingguo
/
js
/
amdtest
/
showtext.js
5 lines
•
174 B
JavaScript
View Raw
1
2
3
4
5
define
(
'amdtest/showtext'
, [
'exports'
,
'amdtest/text'
,
'jquery'
],
function
(
exports
, Text, $
) {
exports
.
show
=
function
(
index
) { $(
'.text'
).
html
(
Text
[index]); }; });