-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.js
69 lines (69 loc) · 1.56 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// 请注释掉不需要的模块
module.exports = [
'ajax/ajax',
'ajax/ajaxFile',
'ajax/ajaxGet',
'ajax/ajaxJsonp',
'ajax/ajaxPost',
'array/arrayEqual',
'array/arrayOrderByMax',
'array/arrayOrderByMin',
'array/arrayRemove',
'array/indexOf',
'class/addClass',
'class/hasClass',
'class/removeClass',
'class/toggleClass',
'cookie/getCookie',
'cookie/getCookies',
'cookie/parseCookie',
'cookie/setCookie',
'device/getIEVersion',
'device/getOS',
'device/isChrome',
'device/isIE',
'dom/closest',
'dom/forceReflow',
'dom/getComputedStyle',
'dom/getDocumentScrollTop',
'dom/getElementByClassName',
'dom/getOffset',
'dom/getPageSize',
'dom/getPosition',
'dom/getStyle',
'dom/height',
'dom/insertAfter',
'dom/matches',
'dom/outerHeight',
'dom/outerHeightWithMargin',
'dom/outerWidth',
'dom/outerWidthWithMargin',
'dom/removeElement',
'dom/scrollTo',
'dom/setDocumentScrollTop',
'dom/setStyle',
'dom/width',
'is/is',
'jsloader/jsloader',
'keycode/getKeyName',
'object/deepCopy',
'object/extend',
'random/randomColor',
'random/randomNumber',
'regexp/isEmail',
'regexp/isHexAdecimal',
'regexp/isHexColor',
'regexp/isTimeString',
'regexp/isUrl',
'string/trim',
'time/parseTime',
'trigger/trigger',
'type/getType',
'url/decode',
'url/encode',
'url/isCrossDomain',
'url/parsePort',
'url/parseQueryString',
'url/parseURL',
'url/stringfyQueryString'
];