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

[17/50] [abbrv] 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/86de70fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/86de70fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/86de70fc

Branch: refs/heads/master
Commit: 86de70fcf2ebed81b7aec98d58bb4f456f61997d
Parents: e6ac20c
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:30:58 2012 -0400
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:50:02 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/86de70fc/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");
         }
     },