a minor change, having trouble debugging on mac

This commit is contained in:
capitaomorte
2009-07-06 21:38:41 +00:00
parent 6354579eed
commit 5f5e23c829
3 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
#name : foo { ... } ; setFoo { ... }
# --
- (${1:id})${2:foo}
- ${1:id} ${2:foo and its ${3:nested} shit}
{
return $2;
// dont forget we have $3
}
- (void)set${2:$(capitalize text)}:($1)aValue