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/Boxes.cobra

    r1573 r1583  
    22252225                                        decl.recordError('Extensions can only contain methods, not initializers.') 
    22262226                                else 
    2227                                         decl.sharedMethodBacking = '[sharpName].[Utils.capped(decl.name)]' 
     2227                                        decl.sharedMethodBacking = '[sharpName].[decl.name.capped]' 
    22282228                                        decl.isNames.remove('virtual') 
    22292229                                        decl.isNames.add('nonvirtual')