Missed a backslash in previous commit

This commit is contained in:
Colby Klein
2009-04-28 19:36:30 +00:00
parent 8163389dff
commit dd62684db9
+1 -1
View File
@@ -1671,7 +1671,7 @@ ScrollBarOnCommand=x,-142;y,10
; self:y(offsetFromCenter*38); \
; end;
; 3D wheel example:
; ItemTransformFunction=function(self,offsetFromCenter,itemIndex,numItems)
; ItemTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) \
; local curve = math.pi; \
; local NUM_WHEEL_ITEMS = 11; \
; local WHEEL_3D_RADIUS = 245; \