X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_form_DateField.js.html;h=2a5b4eb31fa6d0303a8adcf992afd55e772124cd;hb=566e599dcc7c078e374681414f229076d9f8f89e;hp=51bca2e0e4457d561d3415f88ae55ae3f618b0aa;hpb=6d553f1e80e82db26f3ac87698735213d8b91ac6;p=roojs1 diff --git a/docs/symbols/src/Roo_form_DateField.js.html b/docs/symbols/src/Roo_form_DateField.js.html index 51bca2e0e4..2a5b4eb31f 100644 --- a/docs/symbols/src/Roo_form_DateField.js.html +++ b/docs/symbols/src/Roo_form_DateField.js.html @@ -33,15 +33,21 @@ }); - if(typeof this.minValue == "string") this.minValue = this.parseDate(this.minValue); - if(typeof this.maxValue == "string") this.maxValue = this.parseDate(this.maxValue); + if(typeof this.minValue == "string") { + this.minValue = this.parseDate(this.minValue); + } + if(typeof this.maxValue == "string") { + this.maxValue = this.parseDate(this.maxValue); + } this.ddMatch = null; if(this.disabledDates){ var dd = this.disabledDates; var re = "(?:"; for(var i = 0; i < dd.length; i++){ re += dd[i]; - if(i != dd.length-1) re += "|"; + if(i != dd.length-1) { + re += "|"; + } } this.ddMatch = new RegExp(re + ")"); }