You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pp...@apache.org on 2013/05/17 16:22:20 UTC

[10/21] js commit: [Tizen, Tizen SDk 2.0 (Magnolia)] - Notification

[Tizen, Tizen SDk 2.0 (Magnolia)] - Notification

Change a callback name in a temporary console trace


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/6b40200d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/6b40200d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/6b40200d

Branch: refs/heads/master
Commit: 6b40200df61b11af0af82e5f6af30e7130e4f4a8
Parents: 17eef89
Author: pplaquette <pp...@apache.org>
Authored: Thu Apr 18 13:36:02 2013 +0200
Committer: pplaquette <pp...@apache.org>
Committed: Fri Apr 19 11:07:14 2013 +0200

----------------------------------------------------------------------
 lib/tizen/plugin/tizen/Notification.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/6b40200d/lib/tizen/plugin/tizen/Notification.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Notification.js b/lib/tizen/plugin/tizen/Notification.js
index cda1ed0..6c34b0c 100644
--- a/lib/tizen/plugin/tizen/Notification.js
+++ b/lib/tizen/plugin/tizen/Notification.js
@@ -127,7 +127,7 @@ module.exports = {
 
     prompt: function (message, promptCallback, title, buttonLabels) {
         console.log ("message" , message);
-        console.log ("confirmCallback" , promptCallback);
+        console.log ("promptCallback" , promptCallback);
         console.log ("title" , title);
         console.log ("buttonLabels" , buttonLabels);