Skip to content

Instantly share code, notes, and snippets.

@STRd6
Created June 3, 2014 21:46
Show Gist options
  • Save STRd6/a20b9b6d8d6864fe8a71 to your computer and use it in GitHub Desktop.
Save STRd6/a20b9b6d8d6864fe8a71 to your computer and use it in GitHub Desktop.
Observable.concat = (args...) ->
args = Observable(args)
o = Observable ->
flatten args.map(splat)
o.push = args.push
return o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment