Skip to content

Commit

Permalink
Merge pull request #705 from hieupham007/timob-6062
Browse files Browse the repository at this point in the history
timob-6062 TableViews: Rhino only, Inserting row above header crashes the app
  • Loading branch information
joshthecoder committed Nov 16, 2011
2 parents acfd7c4 + 3e16de0 commit d62801e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/modules/ui/src/js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ exports.bootstrap = function(Titanium) {
RowAnimationStyle: {
get NONE() { return iPhoneConstant("RowAnimationStyle.NONE"); }
},
TableViewScrollPosition: {
get MIDDLE() { return iPhoneConstant("TableViewScrollPosition.MIDDLE"); }
},
TableViewStyle: {
get GROUPED() { return iPhoneConstant("TableViewStyle.GROUPED"); }
}
Expand Down

0 comments on commit d62801e

Please sign in to comment.