From: Alan Knowles Date: Mon, 12 Sep 2011 02:20:48 +0000 (+0800) Subject: Date.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ded130ab0112040359c7ce251c85ba4883dfd368 Date.js --- 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