Skip to content

Commit

Permalink
Can quickly remove entire suggested property
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jun 6, 2011
1 parent 8cc8c7a commit 3dfece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snippets/SC_Record - Property.tmSnippet
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>${1:propertyName}: function() {
$0
}.property('${2:@each.}${3:$1}'${4:, '${5:secondary}'})${7:.cacheable()}${10:,}
}.property('${2:${3:@each.}${4:$1}}'${5:, '${6:secondary}'})${7:.cacheable()}${10:,}
</string>
<key>name</key>
<string>SC.Record - Property</string>
Expand Down

0 comments on commit 3dfece8

Please sign in to comment.