This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 47b5f4bf5fef1308f906bd948257aedddbb3c263
Author: Alex Harui <aha...@apache.org>
AuthorDate: Tue Feb 6 08:36:34 2018 -0800

    fix example
---
 .../GitHubCommitLogViewer/src/main/royale/GitHubCommitLogViewer.mxml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/express/GitHubCommitLogViewer/src/main/royale/GitHubCommitLogViewer.mxml
 
b/examples/express/GitHubCommitLogViewer/src/main/royale/GitHubCommitLogViewer.mxml
index bbc9122..af63afd 100644
--- 
a/examples/express/GitHubCommitLogViewer/src/main/royale/GitHubCommitLogViewer.mxml
+++ 
b/examples/express/GitHubCommitLogViewer/src/main/royale/GitHubCommitLogViewer.mxml
@@ -61,7 +61,7 @@ initialize="addEventListener('dataReady', 
dataReadyHandler);configurator.send()"
             data.author = authorObj["name"];
             // clip date after yyyy-mm-dd
             data.date = authorObj["date"].substr(0, 10);
-            data.message = commitObj.message;
+            data.message = commitObj["message"];
             commits.push(data);
         }
         if (currentIndex < repos.length)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to