Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created October 21, 2014 18:03
Show Gist options
  • Select an option

  • Save tanshio/5104a69a59a0496df472 to your computer and use it in GitHub Desktop.

Select an option

Save tanshio/5104a69a59a0496df472 to your computer and use it in GitHub Desktop.
fnBase.coffee
$.fn.extend
fixedHeight: (options) ->
# Default settings
settings = {}
# Merge default settings with options.
settings = $.extend settings, options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment