123456789101112131415161718192021222324 |
- {
- "browser": true
- , "devel": true
- , "bitwise": true
- , "undef": true
- , "trailing": true
- , "quotmark": false
- , "indent": 4
- , "unused": "vars"
- , "latedef": "nofunc"
- , "globals": {
- "module": false,
- "exports": false,
- "require": false,
- "cordova": true,
- "ContactFindOptions": true,
- "ContactError": true,
- "Contact": true,
- "ContactName": true,
- "ContactField": true,
- "ContactAddress": true,
- "ContactOrganization": true
- }
- }
|