Skip to content

Commit

Permalink
Refactoring modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Apr 10, 2011
1 parent e3e64ba commit 788fb44
Show file tree
Hide file tree
Showing 14 changed files with 1,523 additions and 1,466 deletions.
2 changes: 1 addition & 1 deletion src/Resources/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Ti.include('/meme/meme.js');

meme.ui.openHomeWindow();
meme.ui.home.window.open();
Binary file added src/Resources/images/close.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Resources/images/close@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/Resources/meme/auth/oadapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

//Close button
var btn_close = Titanium.UI.createButton({
backgroundImage: 'images/closeBtn.png',
backgroundImage: 'images/close.png',
width: 20,
height: 20,
top: 12,
Expand Down

0 comments on commit 788fb44

Please sign in to comment.