Remove the tabs.

This commit is contained in:
Ross Boucher
2009-03-05 14:45:34 -08:00
parent 55fa6024db
commit 0fdfd8919f
+2 -2
View File
@@ -100,7 +100,7 @@ var CPControlBlackColor = [CPColor blackColor];
CPCellImagePosition _imagePosition;
CPImageScaling _imageScaling;
CPString _toolTip;
CPString _toolTip;
// Target-Action Support
id _target;
@@ -337,7 +337,7 @@ var CPControlBlackColor = [CPColor blackColor];
*/
-(CPString)toolTip
{
return _toolTip;
return _toolTip;
}
/*!