You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/08/24 03:10:41 UTC

[7/23] js commit: Grammar: exist

Grammar: exist


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

Branch: refs/heads/master
Commit: a3bdb09b0268dfb616c68e477521266b14cdcebb
Parents: c4d5c9e
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:30:58 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:45 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/a3bdb09b/lib/tizen/plugin/tizen/Notification.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Notification.js b/lib/tizen/plugin/tizen/Notification.js
index 9137c84..60b1013 100644
--- a/lib/tizen/plugin/tizen/Notification.js
+++ b/lib/tizen/plugin/tizen/Notification.js
@@ -111,7 +111,7 @@ module.exports = {
             navigator.vibrate(milliseconds);
         }
         else {
-            console.log ("cordova/plugin/tizen/Notification, vibrate API does not exists");
+            console.log ("cordova/plugin/tizen/Notification, vibrate API does not exist");
         }
     },