Changeset 12527

Show
Ignore:
Timestamp:
02/19/08 13:57:43 (11 months ago)
Author:
pottedmeat
Message:

Refs #5602. Don't give things an empty inheritance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/branches/dev/jsdoc/jsdoc.module

    r12526 r12527  
    29742974    'url' => $node->jsdoc_url, 
    29752975    'summary' => jsdoc_get_teaser($node), 
    2976     'singleton' => jsdoc_is_initialized($node), 
    2977     'inheritance' => array() 
     2976    'singleton' => jsdoc_is_initialized($node) 
    29782977  ); 
    29792978