author | ymh <ymh.work@gmail.com> |
Mon, 06 Feb 2017 15:22:39 +0100 | |
changeset 500 | 4f507ba2bb4c |
parent 263 | 3deace9204de |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"predef": [ |
|
3 |
"document", |
|
4 |
"window", |
|
5 |
"location", |
|
6 |
"setTimeout", |
|
7 |
"$", |
|
8 |
"-Promise", |
|
9 |
"define", |
|
10 |
"console", |
|
11 |
"visit", |
|
12 |
"exists", |
|
13 |
"fillIn", |
|
14 |
"click", |
|
15 |
"keyEvent", |
|
16 |
"triggerEvent", |
|
17 |
"find", |
|
18 |
"findWithAssert", |
|
19 |
"wait", |
|
20 |
"DS", |
|
21 |
"andThen", |
|
22 |
"currentURL", |
|
23 |
"currentPath", |
|
24 |
"currentRouteName" |
|
25 |
], |
|
26 |
"node": false, |
|
27 |
"browser": false, |
|
28 |
"boss": true, |
|
29 |
"curly": true, |
|
30 |
"debug": false, |
|
31 |
"devel": false, |
|
32 |
"eqeqeq": true, |
|
33 |
"evil": true, |
|
34 |
"forin": false, |
|
35 |
"immed": false, |
|
36 |
"laxbreak": false, |
|
37 |
"newcap": true, |
|
38 |
"noarg": true, |
|
39 |
"noempty": false, |
|
40 |
"nonew": false, |
|
41 |
"nomen": false, |
|
42 |
"onevar": false, |
|
43 |
"plusplus": false, |
|
44 |
"regexp": false, |
|
45 |
"undef": true, |
|
46 |
"sub": true, |
|
47 |
"strict": false, |
|
48 |
"white": false, |
|
49 |
"eqnull": true, |
|
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
4
diff
changeset
|
50 |
"esversion": 6, |
4 | 51 |
"unused": true |
52 |
} |