Skip to content

Instantly share code, notes, and snippets.

@tonini
Created September 24, 2014 06:18
Show Gist options
  • Save tonini/ed49c61c1d0f47f797f7 to your computer and use it in GitHub Desktop.
Save tonini/ed49c61c1d0f47f797f7 to your computer and use it in GitHub Desktop.
# -*- mode: snippet -*-
# name: describe
# key: describe
# --
describe("$1", function() {
$0
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment