This commit is contained in:
UncleBill
2014-08-29 12:29:18 +08:00
parent 55c704bc3a
commit def1f1aead

View File

@@ -420,8 +420,8 @@ CUSTOMIZE *emmet-customize*
\ }, \ },
\ 'javascript' : { \ 'javascript' : {
\ 'snippets' : { \ 'snippets' : {
\ 'jq' : "$(function() {\n\t${cursor}${child}\n});", \ 'jq' : "\\$(function() {\n\t${cursor}${child}\n});",
\ 'jq:each' : "$.each(arr, function(index, item)\n\t${child}\n});", \ 'jq:each' : "\\$.each(arr, function(index, item)\n\t${child}\n});",
\ 'fn' : "(function() {\n\t${cursor}\n})();", \ 'fn' : "(function() {\n\t${cursor}\n})();",
\ 'tm' : "setTimeout(function() {\n\t${cursor}\n}, 100);", \ 'tm' : "setTimeout(function() {\n\t${cursor}\n}, 100);",
\ }, \ },