Skip to content

Commit

Permalink
ignore tags & add console.log to javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Aug 8, 2011
1 parent 36b4523 commit cc79fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
doc/tags
3 changes: 3 additions & 0 deletions snippets/javascript.snippets
Expand Up @@ -74,3 +74,6 @@ snippet get
# Get Element
snippet gett
getElementBy${1:Id}('${2}')${3}
# console.log
snippet log
console.log(${1:item});

0 comments on commit cc79fa7

Please sign in to comment.