Explorar el Código

Restored OptionsNormalizer

sanex3339 hace 9 años
padre
commit
d62347fe7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/OptionsNormalizer.ts

+ 1 - 1
src/OptionsNormalizer.ts

@@ -15,7 +15,7 @@ export class OptionsNormalizer {
     /**
      * @type {IOptionsPreset}
      */
-    public static SELF_DEFENDING_OPTIONS: IOptionsPreset = {
+    private static SELF_DEFENDING_OPTIONS: IOptionsPreset = {
         compact: true,
         selfDefending: true
     };