Removed the anonymous function from the timeout snippet. You can easily add your own with the f snippet

git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10172 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
subtlegradient
2008-07-05 23:42:29 +00:00
committed by Thomas Aylott
parent 7a68cfb531
commit ec99bb4c5c
+2 -2
View File
@@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>setTimeout(${20:function(){$0\}}, ${10:10});</string>
<string>setTimeout($0, ${10:10});</string>
<key>name</key>
<string>setTimeout function</string>
<string>setTimeout</string>
<key>scope</key>
<string>source.js</string>
<key>tabTrigger</key>