Skip to content

Instantly share code, notes, and snippets.

@mb-dev
Last active December 24, 2015 12:19
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 mb-dev/6797400 to your computer and use it in GitHub Desktop.
Save mb-dev/6797400 to your computer and use it in GitHub Desktop.
_.mixin
try: (object, property) ->
if object? then object[property] else null
isBlank: (str) ->
(!str || /^\s*$/.test(str))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment