From 663d69b2135112d6a189ddf76cf44196e494f712 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Sun, 21 Apr 2013 23:07:02 -0400 Subject: [PATCH 1/2] Add a note about the ui object passed to events when it contains no properties. --- tasks/jquery-xml/entries2html-base.xsl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/jquery-xml/entries2html-base.xsl b/tasks/jquery-xml/entries2html-base.xsl index d71027f..edb40e4 100644 --- a/tasks/jquery-xml/entries2html-base.xsl +++ b/tasks/jquery-xml/entries2html-base.xsl @@ -957,6 +957,11 @@ + + + Note: The ui object is empty but included for consistency with other events. + +
Code examples: From a08c9eb5dbc40a10c5f4358367e846b06eda97ad Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Mon, 22 Apr 2013 23:56:27 -0400 Subject: [PATCH 2/2] Assume that there is always a ui argument. --- tasks/jquery-xml/entries2html-base.xsl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/jquery-xml/entries2html-base.xsl b/tasks/jquery-xml/entries2html-base.xsl index edb40e4..e3bdce3 100644 --- a/tasks/jquery-xml/entries2html-base.xsl +++ b/tasks/jquery-xml/entries2html-base.xsl @@ -957,10 +957,8 @@
- - + Note: The ui object is empty but included for consistency with other events. -