UNPKG
kero
Version:
latest (3.2.5)
3.5.1
3.5.0
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.0
3.1.27
3.1.26
3.1.25
3.1.3
3.1.2
3.1.1
3.0.3
2.1.23
2.1.22
2.1.21
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
github.com/iuap-design/kero
iuap-design/kero
kero
/
js
/
app
/
adjustMetaFunc.js
13 lines
(11 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Module : kero app AdjustMetaFunc * Author : liuyk(liuyk
@yonyou
.com) * Date : 2016-07-29 09:34:01 */
const
setAdjustMetaFunc =
function
(
adjustFunc
) {
this
.
adjustFunc
= adjustFunc }
export
{ setAdjustMetaFunc }