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
/
description
/
module.js
13 lines
(5 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
define
(
'detail.modules.description.Module'
, [
'exports'
],
function
(
exports
) {
exports
.
view
=
function
(
model
) { model.
oldDetailUrl
= model.
laputaServer
+
'/offer/ajax/OfferDesc.do'
; }; });