Exemplo n.º 1
0
 private static function loadSingleton()
 {
     if (empty(self::$singleton)) {
         self::$singleton = new JS();
     }
 }