Showing
1 changed file
with
2 additions
and
2 deletions
@@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
49 | @synthesize contents; | 49 | @synthesize contents; |
50 | 50 | ||
51 | #pragma mark --- begin constants ---- | 51 | #pragma mark --- begin constants ---- |
52 | -#define kDefaultDeceleartionFactor .88f | 52 | +#define kDefaultDecelerationFactor .88f |
53 | #define kMinDecelerationDelta 0.01f | 53 | #define kMinDecelerationDelta 0.01f |
54 | #pragma mark --- end constants ---- | 54 | #pragma mark --- end constants ---- |
55 | 55 | ||
@@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
64 | 64 | ||
65 | enableDragging = YES; | 65 | enableDragging = YES; |
66 | enableZoom = YES; | 66 | enableZoom = YES; |
67 | - decelerationFactor = kDefaultDeceleartionFactor; | 67 | + decelerationFactor = kDefaultDecelerationFactor; |
68 | deceleration = NO; | 68 | deceleration = NO; |
69 | 69 | ||
70 | // [self recalculateImageSet]; | 70 | // [self recalculateImageSet]; |
-
Please register or login to post a comment