Remove empty jsdocs

This commit is contained in:
Deyan Kamburov
2018-05-17 17:01:33 +03:00
parent 6ca98463e7
commit 38af94810c

View File

@@ -27642,9 +27642,6 @@ interface IgNumericEditor {
*/
toUpper?: any;
/**
*
*/
textMode?: any;
/**
@@ -28224,9 +28221,6 @@ interface IgCurrencyEditor {
*/
toUpper?: any;
/**
*
*/
textMode?: any;
/**
@@ -28709,9 +28703,6 @@ interface IgPercentEditor {
*/
toUpper?: any;
/**
*
*/
textMode?: any;
/**
@@ -29110,9 +29101,6 @@ interface IgMaskEditor {
*/
dropDownOnReadOnly?: boolean;
/**
*
*/
textMode?: any;
/**
@@ -29648,9 +29636,6 @@ interface IgDateEditor {
*/
dropDownOrientation?: string;
/**
*
*/
textMode?: any;
/**
@@ -30213,9 +30198,6 @@ interface IgDatePicker {
*/
dropDownOrientation?: string;
/**
*
*/
textMode?: any;
/**
@@ -31050,9 +31032,6 @@ interface IgTimePicker {
*/
excludeKeys?: string;
/**
*
*/
textMode?: any;
/**
@@ -32996,12 +32975,8 @@ interface JQuery {
*/
igNumericEditor(optionLiteral: 'option', optionName: "toUpper", optionValue: any): void;
/**
*/
igNumericEditor(optionLiteral: 'option', optionName: "textMode"): any;
/**
*/
igNumericEditor(optionLiteral: 'option', optionName: "textMode", optionValue: any): void;
/**
@@ -33937,12 +33912,8 @@ interface JQuery {
*/
igCurrencyEditor(optionLiteral: 'option', optionName: "toUpper", optionValue: any): void;
/**
*/
igCurrencyEditor(optionLiteral: 'option', optionName: "textMode"): any;
/**
*/
igCurrencyEditor(optionLiteral: 'option', optionName: "textMode", optionValue: any): void;
/**
@@ -34817,12 +34788,8 @@ interface JQuery {
*/
igPercentEditor(optionLiteral: 'option', optionName: "toUpper", optionValue: any): void;
/**
*/
igPercentEditor(optionLiteral: 'option', optionName: "textMode"): any;
/**
*/
igPercentEditor(optionLiteral: 'option', optionName: "textMode", optionValue: any): void;
/**
@@ -35528,12 +35495,8 @@ interface JQuery {
*/
igMaskEditor(optionLiteral: 'option', optionName: "dropDownOnReadOnly", optionValue: boolean): void;
/**
*/
igMaskEditor(optionLiteral: 'option', optionName: "textMode"): any;
/**
*/
igMaskEditor(optionLiteral: 'option', optionName: "textMode", optionValue: any): void;
/**
@@ -36532,12 +36495,8 @@ interface JQuery {
*/
igDateEditor(optionLiteral: 'option', optionName: "dropDownOrientation", optionValue: string): void;
/**
*/
igDateEditor(optionLiteral: 'option', optionName: "textMode"): any;
/**
*/
igDateEditor(optionLiteral: 'option', optionName: "textMode", optionValue: any): void;
/**
@@ -37552,12 +37511,8 @@ interface JQuery {
*/
igDatePicker(optionLiteral: 'option', optionName: "dropDownOrientation", optionValue: string): void;
/**
*/
igDatePicker(optionLiteral: 'option', optionName: "textMode"): any;
/**
*/
igDatePicker(optionLiteral: 'option', optionName: "textMode", optionValue: any): void;
/**
@@ -38986,12 +38941,8 @@ interface JQuery {
*/
igTimePicker(optionLiteral: 'option', optionName: "excludeKeys", optionValue: string): void;
/**
*/
igTimePicker(optionLiteral: 'option', optionName: "textMode"): any;
/**
*/
igTimePicker(optionLiteral: 'option', optionName: "textMode", optionValue: any): void;
/**