Skip to content

Commit

Permalink
js: Add snippet cl for console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Apr 23, 2011
1 parent 4adc111 commit 23f1cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snippets/javascript.snippets
Expand Up @@ -97,3 +97,6 @@ snippet try
${2}
} catch (${2:e}) {
}
# console.log (Firebug)
snippet cl
console.log(${1});

0 comments on commit 23f1cb7

Please sign in to comment.