Exemplo n.º 1
-1
 /**
  *
  * @return JS
  */
 public static function &instance()
 {
     if (self::$_instance === null) {
         self::$_instance = new JS();
     }
     return self::$_instance;
 }