author | ymh <ymh.work@gmail.com> |
Thu, 23 Feb 2017 10:50:32 +0100 | |
changeset 523 | 98c45e30b841 |
parent 263 | 3deace9204de |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"predef": [ |
|
3 |
"document", |
|
4 |
"window", |
|
5 |
"-Promise" |
|
6 |
], |
|
7 |
"browser": true, |
|
8 |
"boss": true, |
|
9 |
"curly": true, |
|
10 |
"debug": false, |
|
11 |
"devel": true, |
|
12 |
"eqeqeq": true, |
|
13 |
"evil": true, |
|
14 |
"forin": false, |
|
15 |
"immed": false, |
|
16 |
"laxbreak": false, |
|
17 |
"newcap": true, |
|
18 |
"noarg": true, |
|
19 |
"noempty": false, |
|
20 |
"nonew": false, |
|
21 |
"nomen": false, |
|
22 |
"onevar": false, |
|
23 |
"plusplus": false, |
|
24 |
"regexp": false, |
|
25 |
"undef": true, |
|
26 |
"sub": true, |
|
27 |
"strict": false, |
|
28 |
"white": false, |
|
29 |
"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
|
30 |
"esversion": 6, |
4 | 31 |
"unused": true |
32 |
} |