Guest User

Untitled

a guest
Apr 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "flog": {
  3. "prefix": "flog",
  4. "body": [
  5. "console.log('${1:variable}', Object.assign({}, ${1:variable}))"
  6. ],
  7. "description": "Firefox Log"
  8. },
  9. "log" : {
  10. "prefix": "log",
  11. "body": [
  12. "console.log('${1:variable}', ${1:variable})"
  13. ],
  14. "description": "Log"
  15. },
  16. }
Add Comment
Please, Sign In to add comment