Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Small style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Mar 16, 2011
1 parent 5074003 commit 6a892f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreanimation.cs
Expand Up @@ -1180,7 +1180,7 @@ interface CAEmitterCell {
CGColor Color { get; set; }

[Export ("redSpeed")]
float redSpeed { get; set; }
float RedSpeed { get; set; }

[Export ("greenSpeed")]
float GreenSpeed { get; set; }
Expand Down Expand Up @@ -1213,7 +1213,7 @@ interface CAEmitterCell {
CAEmitterCell[] Cells { get; set; }

[Export ("style")]
NSDictionary style { get; set; }
NSDictionary Style { get; set; }

[Static]
[Export ("emitterCell")]
Expand Down

0 comments on commit 6a892f4

Please sign in to comment.