Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Jun 5, 2015
1 parent 43283e3 commit 17cf2f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/factories.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Bacon.fromBinder = (binder, eventTransformer = _.id) ->
value = eventTransformer.apply(this, args)
unless isArray(value) and _.last(value) instanceof Event
value = [value]

reply = Bacon.more
for event in value
reply = sink(event = toEvent(event))
Expand Down

0 comments on commit 17cf2f9

Please sign in to comment.