Skip to content

Instantly share code, notes, and snippets.

@nook-scheel
Created July 9, 2014 15:22
Show Gist options
  • Save nook-scheel/3b182d295551a0b0cb1a to your computer and use it in GitHub Desktop.
Save nook-scheel/3b182d295551a0b0cb1a to your computer and use it in GitHub Desktop.

Revisions

  1. nook-scheel created this gist Jul 9, 2014.
    3 changes: 3 additions & 0 deletions javascript.snippets
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    snippet async.apply
    async.apply(${1:Class}.bind(${1/(\w+).*/$1/}), ${2:arguments})
    endsnippet