From 976185a40ddc5bdaf61f0f7ba8299aab2f18a113 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Fri, 6 Jun 2014 14:11:07 +0100 Subject: [PATCH 1/2] Readme: Minor formatting changes --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b49df4d..44da6aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A debugging tool for jQuery Mobile Events which ties into the API docs ## Usage -Call the debugger should be done immediately after mobile library is loaded or in mobileinit handler +Call the debugger. This should be done immediately after mobile library is loaded or in mobileinit handler. `$.mobile.eventLogger([options]);` @@ -16,7 +16,7 @@ Call the debugger should be done immediately after mobile library is loaded or i Show Deprecated events ### Events ( Type: Object) -an object containing the following properties: +An object containing the following properties: ##### Page ( Default: false ): @@ -36,16 +36,16 @@ Show layout events ( updatelayout, orientationchange, throttledresize ) ##### navigation ( Default: false ): -show navigation events ( navigate, hashchange ) +Show navigation events ( navigate, hashchange ) #### showAlert ( Default: false ): -show alerts of the events and associated information +Show alerts of the events and associated information This is useful if you want to pause execution to to inspect the current state of the page or if you -on a mobile device without the ability to view the console log +are on a mobile device without the ability to view the console log. ### Widgets ( Default: empty object) -an object containing which widgets to log events for add a widget name as the prop and -set it to true to show events associated with this widget \ No newline at end of file +An object containing which widgets to log events for. Add a widget name as the prop and +set it to true to show events associated with this widget. From 1cb98f3676191193970dcef3d5369490c085db15 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Fri, 6 Jun 2014 14:17:24 +0100 Subject: [PATCH 2/2] Readme: Minor formatting changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44da6aa..cbf823a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Call the debugger. This should be done immediately after mobile library is loade ### Deprecated ( Default: false ): Show Deprecated events -### Events ( Type: Object) +### Events ( Type: Object ) An object containing the following properties: @@ -45,7 +45,7 @@ Show alerts of the events and associated information This is useful if you want to pause execution to to inspect the current state of the page or if you are on a mobile device without the ability to view the console log. -### Widgets ( Default: empty object) +### Widgets ( Default: empty object ) An object containing which widgets to log events for. Add a widget name as the prop and set it to true to show events associated with this widget.