From ded130ab0112040359c7ce251c85ba4883dfd368 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 12 Sep 2011 10:20:48 +0800 Subject: [PATCH] Date.js --- Date.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Date.js b/Date.js index 228920a7..aff47005 100644 --- a/Date.js +++ b/Date.js @@ -729,6 +729,7 @@ Date.prototype.clearTime = function(clone){ // private // safari setMonth is broken +/* if(Roo.isSafari){ Date.brokenSetMonth = Date.prototype.setMonth; Date.prototype.setMonth = function(num){ @@ -743,6 +744,7 @@ if(Roo.isSafari){ } }; } +*/ /** Date interval constant * @static -- 2.39.2