Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

docs(operators): Add documentation for fromEvent #286

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2018

  1. docs(operators): Add documentation for fromEvent

    This adds documentation for the fromEvent operator. The documentation has been partially rewritten
    to clarify certain parts a bit more. This change will close issue ReactiveX#78
    DiedrikDM committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    9945385 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. docs(operators): Add extra examples for the fromEvent operator

    There were still a couple of examples necessary for the fromEvent operator. These have now been
    added
    DiedrikDM committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    f6579c9 View commit details
    Browse the repository at this point in the history
  2. docs(operators): Add example to fromEvent documentation for an event …

    …handler with more than one argu
    
    Added a small jQuery example that creates and triggers an event handler with more than one argument.
    DiedrikDM committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    d09a460 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    997692c View commit details
    Browse the repository at this point in the history
  2. docs(operators): Move jQuery example to keep flow of text

    The example of a non-one argument event handler, written with jQuery was breaking the flow ot the
    text. Moved it below the event targets and added a small reference in the source text to continue
    reading below.
    DiedrikDM committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    7d738e9 View commit details
    Browse the repository at this point in the history