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 2014/04/11 21:46:35 UTC

[19/50] [abbrv] git commit: Added org.apache.cordova.statusbar into the registry whitelist.

Added org.apache.cordova.statusbar into the registry whitelist.


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

Branch: refs/heads/browserify
Commit: f735b57dcab261743f1c80a591efc7e954e93b38
Parents: 78e3650
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 13 13:04:03 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 13 13:04:03 2014 -0700

----------------------------------------------------------------------
 src/registry/whitelist.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/f735b57d/src/registry/whitelist.js
----------------------------------------------------------------------
diff --git a/src/registry/whitelist.js b/src/registry/whitelist.js
index 4b17a6c..5e7cfa6 100644
--- a/src/registry/whitelist.js
+++ b/src/registry/whitelist.js
@@ -16,5 +16,6 @@ module.exports = [
     'org.apache.cordova.console',
     'org.apache.cordova.camera',
     'org.apache.cordova.device-motion',
-    'org.apache.cordova.battery-status'
+    'org.apache.cordova.battery-status',
+    'org.apache.cordova.statusbar'
 ]