Skip to content

Commit

Permalink
Updated docready snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
phuibonhoa committed Apr 11, 2013
1 parent 7a09bc4 commit 8306cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snippets/$(document)_ready.tmSnippet
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>\$(document).ready(function(){
<string>\$(function(){
$0
});</string>
<key>name</key>
<string>$(document).ready</string>
<string>$(function(){ });</string>
<key>scope</key>
<string>source.js</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit 8306cf4

Please sign in to comment.