Skip to content

Instantly share code, notes, and snippets.

@fabioyamate
Created August 24, 2011 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabioyamate/1167927 to your computer and use it in GitHub Desktop.
Save fabioyamate/1167927 to your computer and use it in GitHub Desktop.
CoffeeScript snippet for jQuery plugin
(($) ->
# some code here
)(jQuery)
#= Outputs
#
# (function($) {
# ...
# })(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment