CodeDoc/Data/Class.php
[PHP_CodeDoc] / CodeDoc / Data / Class.php
index 966c3a1..93b7c15 100644 (file)
@@ -77,7 +77,7 @@ class PHP_CodeDoc_Data_Class {
         foreach($this->Attributes as $op) {
          //   $ret[$this->name . '.'.$op->name] = $op->toJS();
         }
-        $ret[str_replace('_','-',strtolower($this->name))] = $cats;
+        $ret[ $this->name] = $cats;
         return $ret;
     }