Skip to content

Commit

Permalink
update javascript snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
kaochenlong committed Feb 29, 2016
1 parent fa458fd commit a7153d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snippets/javascript.snippets
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
snippet log
console.log(${1});${2}

# -----------------------------------------
# special snippets for react native
# -----------------------------------------
snippet init
constructor(props) {
super(props);
${1}
}${2}

0 comments on commit a7153d1

Please sign in to comment.