Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Created June 12, 2010 20:41
Show Gist options
  • Select an option

  • Save NakedMoleRatScientist/436059 to your computer and use it in GitHub Desktop.

Select an option

Save NakedMoleRatScientist/436059 to your computer and use it in GitHub Desktop.
# -*- mode: snippet -*-
# name: self.function
# key: self
# --
self.$1 = function()
{
$0
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment