Skip to content

Instantly share code, notes, and snippets.

@mateomurphy
Last active December 15, 2015 00:08
Show Gist options
  • Save mateomurphy/5170707 to your computer and use it in GitHub Desktop.
Save mateomurphy/5170707 to your computer and use it in GitHub Desktop.
$ = jQuery
$.fn.extend
plugin: (options) ->
settings =
debug: true
settings = $.extend settings, options
log = (msg) ->
console?.log msg if settings.debug
return @each ()->
log "calling plugin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment