You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/01/25 21:27:09 UTC

js commit: [blackberry] Remove trailing comma.

Updated Branches:
  refs/heads/master 71223711f -> dd45b3090


[blackberry] Remove trailing comma.


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

Branch: refs/heads/master
Commit: dd45b3090d749520961489ead2c6d77420ce9b79
Parents: 7122371
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jan 25 15:26:24 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jan 25 15:26:24 2013 -0500

----------------------------------------------------------------------
 lib/blackberry/plugin/air/platform.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/dd45b309/lib/blackberry/plugin/air/platform.js
----------------------------------------------------------------------
diff --git a/lib/blackberry/plugin/air/platform.js b/lib/blackberry/plugin/air/platform.js
index 85c7fd6..6ee2403 100644
--- a/lib/blackberry/plugin/air/platform.js
+++ b/lib/blackberry/plugin/air/platform.js
@@ -21,5 +21,5 @@
 
 module.exports = {
     id: "playbook",
-    initialize:function() {},
+    initialize:function() {}
 };