The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: October 8th 2015
- Original post
| { | |
| "AWSAccountActivityAccess": { | |
| "Arn": "arn:aws:iam::aws:policy/AWSAccountActivityAccess", | |
| "AttachmentCount": 0, | |
| "CreateDate": "2015-02-06T18:41:18+00:00", | |
| "DefaultVersionId": "v1", | |
| "Document": { | |
| "Statement": [ | |
| { | |
| "Action": [ |
| var p1 = { | |
| x: 20, | |
| y: 20 | |
| }; | |
| var p2 = { | |
| x: 40, | |
| y: 40 | |
| }; |
| var p1 = { | |
| x: 20, | |
| y: 20 | |
| }; | |
| var p2 = { | |
| x: 40, | |
| y: 40 | |
| }; |
| class Observer { | |
| static get TypeNewConst() { | |
| return 'New'; | |
| } | |
| static get TypeUpdateConst() { | |
| return 'Update'; | |
| } | |
| static get TypeDeleteConst() { | |
| return 'Delete'; | |
| } |
| { | |
| // -------- General editor settings ------- | |
| "editor.insertSpaces": true, | |
| "explorer.openEditors.visible": 25, | |
| "search.exclude": { | |
| "**/.tmp": true, | |
| "**/node_modules": true, | |
| "**/dist": true, | |
| }, | |
| "explorer.autoReveal": true, |