Skip to content

Commit

Permalink
Some help to sebastian
Browse files Browse the repository at this point in the history
  • Loading branch information
gyllen committed Mar 30, 2011
1 parent 274cc6d commit 65e9327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2,6 +2,6 @@
#contributor : Sebastian Wallin
#name : function
# --
function($1) {
function ($1) {
$0
}
Expand Up @@ -2,7 +2,7 @@
#contributor : Sebastian Wallin
#name : for in - array
# --
for(var ${1:i} = 0, len = ${2:array}.length; $1 < len; $1++) {
for (var ${1:i} = 0, len = ${2:array}.length; $1 < len; $1++) {
var item = $2[$1];
$0
}

0 comments on commit 65e9327

Please sign in to comment.