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:39 UTC

[18/50] [abbrv] js commit: Brand: PlayBook

Brand: PlayBook


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

Branch: refs/heads/master
Commit: 396c7dcc0939c9d26834d72819beb189ea4ab219
Parents: 6f71181
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:28:56 2012 -0400
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:50:02 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/396c7dcc/lib/webworks/air/plugin/air/Entry.js
----------------------------------------------------------------------
diff --git a/lib/webworks/air/plugin/air/Entry.js b/lib/webworks/air/plugin/air/Entry.js
index 81ebcad..065f370 100644
--- a/lib/webworks/air/plugin/air/Entry.js
+++ b/lib/webworks/air/plugin/air/Entry.js
@@ -47,7 +47,7 @@ module.exports = {
     },
 
     setMetadata : function(successCallback, errorCallback , metadataObject){
-        console.log('setMetadata is unsupported for playbook');
+        console.log('setMetadata is unsupported for PlayBook');
     },
 
     moveTo : function(parent, newName, successCallback, errorCallback){