Show
Ignore:
Timestamp:
03/29/07 17:55:03 (22 months ago)
Author:
pottedmeat
Message:

Fixes #2673. Changed a regex and a dojo.declare permutation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docscripts/docparser.php

    r7516 r7844  
    9696        $init = $args[3]->getFunction(); 
    9797      } 
     98                        if ($args[3]->isA(DojoObject)) { 
     99                                $args[4] = $args[3]; 
     100                                $args[3] = null; 
     101                        } 
    98102    } 
    99103    else {