Skip to content

Commit

Permalink
Merge pull request #753 from billdawson/timob-6091
Browse files Browse the repository at this point in the history
TIMOB-6091 Android: Remove app.getArguments() from KitchenSink-Nook
  • Loading branch information
donthorp committed Nov 22, 2011
2 parents 2ebab9b + 50748ef commit 379c8fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apidoc/Titanium/App/App.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ since: "0.1"
methods:
- name: getArguments
description: return the arguments passed to the application on startup as a dictionary
platforms: [android, iphone, ipad]
platforms: [iphone, ipad]
returns:
type: Object
events:
Expand Down
1 change: 0 additions & 1 deletion demos/KitchenSink-Nook/Resources/examples/app_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ data+= 'Description: ' + Titanium.App.getDescription() + '\n';
data+= 'Copyright: ' + Titanium.App.getCopyright() + '\n';
data+= 'GUID: ' + Titanium.App.getGUID() + '\n';
data+= 'Path: ' + Titanium.App.appURLToPath('index.html') + '\n';
data+= 'Arguments: ' + JSON.stringify(Titanium.App.getArguments()) + '\n';
data+= 'Build: ' + Titanium.version + '.' + Titanium.buildHash + ' (' + Titanium.buildDate + ')\n';


Expand Down

0 comments on commit 379c8fb

Please sign in to comment.