mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
Fixed bad copy/paste. It was an em-dash not a -- :/
git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@6542 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>content</key>
|
||||
<string>for (var ${20:i} = ${1:Things}.length - 1; ${20:i} >= 0; ${20:i}–){
|
||||
<string>for (var ${20:i} = ${1:Things}.length - 1; ${20:i} >= 0; ${20:i}--){
|
||||
${100:${1:Things}[${20:i}]}$0
|
||||
};</string>
|
||||
<key>name</key>
|
||||
|
||||
Reference in New Issue
Block a user