Skip to content

Commit

Permalink
Merge pull request #210 from pec1985/timob-16650
Browse files Browse the repository at this point in the history
[TIMOB-16650] Reworked web view
  • Loading branch information
pec1985 committed Apr 2, 2014
2 parents 19068db + 259c576 commit 192c223
Show file tree
Hide file tree
Showing 67 changed files with 1,431 additions and 2,807 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,7 @@ Ti.UI.createSearchBar = function(args) {
Ti.API.error('Ti.UI.createSearchBar() NOT SUPPORTED IN BB10, using textField instead');
return Ti.UI.createTextField(args);
}
Ti.UI.createWebView = Ti.UI.BlackBerry.createWebView;
Ti.UI.createButton = Ti.UI.BlackBerry.createButton;

Titanium = Ti;
52 changes: 0 additions & 52 deletions src/tibb/Layout/Common.cpp

This file was deleted.

48 changes: 0 additions & 48 deletions src/tibb/Layout/Common.h

This file was deleted.

0 comments on commit 192c223

Please sign in to comment.