You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/04/17 21:52:07 UTC

git commit: [CB-524] Fixed trailing comma

Updated Branches:
  refs/heads/master b2de4baa7 -> 44f82b8e6


[CB-524] Fixed trailing comma


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/44f82b8e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/44f82b8e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/44f82b8e

Branch: refs/heads/master
Commit: 44f82b8e630e88e1cfc1bd4a57f9b175bd61833b
Parents: b2de4ba
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Apr 17 12:53:35 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Apr 17 12:53:35 2012 -0700

----------------------------------------------------------------------
 lib/android/plugin/android/notification.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/44f82b8e/lib/android/plugin/android/notification.js
----------------------------------------------------------------------
diff --git a/lib/android/plugin/android/notification.js b/lib/android/plugin/android/notification.js
index fe21d33..6dfc1a2 100755
--- a/lib/android/plugin/android/notification.js
+++ b/lib/android/plugin/android/notification.js
@@ -49,5 +49,5 @@ module.exports = {
      */
     progressValue : function(value) {
         exec(null, null, 'Notification', 'progressValue', [ value ]);
-    },
-};
\ No newline at end of file
+    }
+};