Skip to content

Commit

Permalink
Fixed select snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosbrando authored and Karl Swedberg committed Jun 26, 2010
1 parent f7a6494 commit 2bd11dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snippets/select.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>.select(function() {
<string>.select(${1:function() {
${0:// Act on the event}
});</string>
\}});</string>
<key>name</key>
<string>select</string>
<key>scope</key>
Expand Down

0 comments on commit 2bd11dd

Please sign in to comment.