Browse Source

Restored OptionsNormalizer

sanex3339 9 years ago
parent
commit
d62347fe7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/OptionsNormalizer.ts

+ 1 - 1
src/OptionsNormalizer.ts

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