Show
Ignore:
Timestamp:
08/18/08 12:28:50 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Types.cobra

    r1523 r1583  
    20852085                        sugg = '' 
    20862086                        if not Utils.isCapped(_name) 
    2087                                 sugg = Utils.capped(_name) 
     2087                                sugg = _name.capped 
    20882088                                other = .compiler.symbolForName(sugg, true, false) 
    20892089                                sugg = if(other, ' Try "[sugg]".', '')