Skip to content

Commit

Permalink
Merge pull request #1276 from bryan-m-hughes/timob-7221
Browse files Browse the repository at this point in the history
Timob 7221 TableViewSection implementation.
  • Loading branch information
cb1kenobi committed Jan 27, 2012
2 parents cdc09e4 + cc8f58f commit da34dcf
Show file tree
Hide file tree
Showing 10 changed files with 368 additions and 241 deletions.
8 changes: 8 additions & 0 deletions mobileweb/src/Ti/UI/ActivityIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ define("Ti/UI/ActivityIndicator", ["Ti/_/declare", "Ti/_/UI/Element"], function(
_defaultWidth: "auto",
_defaultHeight: "auto",

_getContentWidth: function() {
console.debug('Property "Titanium.UI.ActivityIndicator#._getContentWidth" is not implemented yet.');
},

_getContentHeight: function() {
console.debug('Property "Titanium.UI.ActivityIndicator#._getContentHeight" is not implemented yet.');
},

properties: {
color: {
get: function(value) {
Expand Down

0 comments on commit da34dcf

Please sign in to comment.