Changeset 12570

Show
Ignore:
Timestamp:
02/20/08 16:17:49 (11 months ago)
Author:
pottedmeat
Message:

Refs #5602. Because some things don't get inherited

Files:
1 modified

Legend:

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

    r12569 r12570  
    23372337      $type = substr($type, 0, -1); 
    23382338      foreach ($items as $item) { 
     2339        if ($type == 'variable' && $item->title != $node->title) { 
     2340          continue; 
     2341        } 
    23392342        if (is_object($item)) { 
    23402343          $title = $item->title;