From a1a851be63a377f65fed88d6f8fd509af9bcff36 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Apr 2016 17:59:05 +0800 Subject: [PATCH] Roo/bootstrap/DateField.js --- Roo/bootstrap/DateField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/DateField.js b/Roo/bootstrap/DateField.js index bff1980dad..301cf4b5b7 100644 --- a/Roo/bootstrap/DateField.js +++ b/Roo/bootstrap/DateField.js @@ -211,7 +211,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input, { v.attr('colspan', function(i, val){ return parseInt(val) + 1; }); - }) + }); this.weekEnd = this.weekStart === 0 ? 6 : this.weekStart - 1; -- 2.39.2