Skip to content

Commit

Permalink
Merge pull request #3575 from vishalduggal/timob-12012
Browse files Browse the repository at this point in the history
[TIMOB-12012] Revert fixes from PR 2839
  • Loading branch information
srahim committed Dec 11, 2012
2 parents 0ea395e + 10c4bff commit ecdb9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apidoc/Titanium/Database/ResultSet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ properties:
summary: The number of columns in this result set.
type: Number
permission: read-only
platforms: [android, iphone, ipad]
platforms: [android]

- name: rowCount
summary: The number of rows in this result set.
Expand Down
2 changes: 1 addition & 1 deletion iphone/Classes/TiDatabaseResultSetProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ -(id)fieldName:(id)args
return nil;
}

-(NSNumber*)fieldCount
-(NSNumber*)fieldCount:(id)unused
{
if (results!=nil)
{
Expand Down

0 comments on commit ecdb9b6

Please sign in to comment.