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

[13/23] 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/32195f03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/32195f03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/32195f03

Branch: refs/heads/master
Commit: 32195f03ae09bffa9cc9111756b1c11b6512977c
Parents: 7be879b
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:28:56 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:44 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/32195f03/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){