From db572dc85022677f635b5103ca1c5daa5ead673f Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Sat, 7 Jul 2012 19:26:28 +0200 Subject: [PATCH] Docs: correct spelling of "receive" --- docs/api/events-nav.html | 10 +++++----- docs/api/events.html | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/api/events-nav.html b/docs/api/events-nav.html index 1bd1c2212eb..07e5c8bb8c7 100644 --- a/docs/api/events-nav.html +++ b/docs/api/events-nav.html @@ -360,7 +360,7 @@

Page change events

Navigating between pages in the application is usually accomplished through a call to $.mobile.changePage(). This function is responsible for making sure that the page we are navigating to is loaded and inserted into the DOM, and then kicking off the transition animations between the current active page, and the page the caller wants to to make active. During this process, which is usually asynchronous, changePage() will fire off 2 events. The first is pagebeforechange. The second event depends on the success or failure of the change request. It will either be pagechange or pagechangefailed.

pagebeforechange
-
This event is triggered prior to any page loading or transition. Callbacks can prevent execution of the changePage() function by calling preventDefault on the event object passed into the callback. The callback also recieves a data object as its 2nd arg. The data object has the following properties: +
This event is triggered prior to any page loading or transition. Callbacks can prevent execution of the changePage() function by calling preventDefault on the event object passed into the callback. The callback also receives a data object as its 2nd arg. The data object has the following properties:
  • toPage (object or string)
      @@ -410,7 +410,7 @@

      Page transition events

      Page transitions are used to animate the change from the current active page (fromPage) to a new page (toPage). Events are triggered before and after these transitions so that observers can be notified whenever pages are shown or hidden. The events triggered are as follows:

      pagebeforeshow
      -
      Triggered on the "toPage" we are transitioning to, before the actual transition animation is kicked off. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
      Triggered on the "toPage" we are transitioning to, before the actual transition animation is kicked off. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
      • prevPage (object)
          @@ -421,7 +421,7 @@

          Page transition events

      pagebeforehide
      -
      Triggered on the "fromPage" we are transitioning away from, before the actual transition animation is kicked off. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
      Triggered on the "fromPage" we are transitioning away from, before the actual transition animation is kicked off. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
      • nextPage (object)
          @@ -433,7 +433,7 @@

          Page transition events

      pageshow
      -
      Triggered on the "toPage" after the transition animation has completed. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
      Triggered on the "toPage" after the transition animation has completed. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
      • prevPage (object)
          @@ -444,7 +444,7 @@

          Page transition events

      pagehide
      -
      Triggered on the "fromPage" after the transition animation has completed. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
      Triggered on the "fromPage" after the transition animation has completed. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
      • nextPage (object)
          diff --git a/docs/api/events.html b/docs/api/events.html index b6a772bf7f0..b64543b79e9 100644 --- a/docs/api/events.html +++ b/docs/api/events.html @@ -370,7 +370,7 @@

          Page transition events

          Page transitions are used to animate the change from the current active page (fromPage) to a new page (toPage). Events are triggered before and after these transitions so that observers can be notified whenever pages are shown or hidden. The events triggered are as follows:

          pagebeforeshow
          -
          Triggered on the "toPage" we are transitioning to, before the actual transition animation is kicked off. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
          Triggered on the "toPage" we are transitioning to, before the actual transition animation is kicked off. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
          • prevPage (object)
              @@ -381,7 +381,7 @@

              Page transition events

          pagebeforehide
          -
          Triggered on the "fromPage" we are transitioning away from, before the actual transition animation is kicked off. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
          Triggered on the "fromPage" we are transitioning away from, before the actual transition animation is kicked off. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
          • nextPage (object)
              @@ -393,7 +393,7 @@

              Page transition events

          pageshow
          -
          Triggered on the "toPage" after the transition animation has completed. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
          Triggered on the "toPage" after the transition animation has completed. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
          • prevPage (object)
              @@ -404,7 +404,7 @@

              Page transition events

          pagehide
          -
          Triggered on the "fromPage" after the transition animation has completed. Callbacks for this event will recieve a data object as their 2nd arg. This data object has the following properties on it: +
          Triggered on the "fromPage" after the transition animation has completed. Callbacks for this event will receive a data object as their 2nd arg. This data object has the following properties on it:
          • nextPage (object)