From: Alan Knowles Date: Thu, 23 Jun 2016 08:57:13 +0000 (+0800) Subject: Date.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5e5b04cdde7614af2a7b3a713a83082a2008032e Date.js --- diff --git a/Date.js b/Date.js index a756ec55f9..6f217a5d55 100644 --- a/Date.js +++ b/Date.js @@ -704,8 +704,8 @@ Date.prototype.clearTime = function(clone){ }; // private -// safari setMonth is broken -if(Roo.isSafari){ +// safari setMonth is broken -- check that this is only donw once... +if(Roo.isSafari && typeof(Date.brokenSetMonth) == 'undefined'){ Date.brokenSetMonth = Date.prototype.setMonth; Date.prototype.setMonth = function(num){ if(num <= -1){