diff --git a/shared/global/third-party/jquery/datefunctions.js b/shared/global/third-party/jquery/datefunctions.js index da4a8af06..b0f62c3c4 100644 --- a/shared/global/third-party/jquery/datefunctions.js +++ b/shared/global/third-party/jquery/datefunctions.js @@ -444,7 +444,6 @@ Date.dateTimeFormat = 'dd/mm/yyyy g:i:s'; * @name asString * @type Date * @cat Plugins/Methods/Date - * @author EVANGELIA DENDRAMIS */ add("asUTCTime", function() { var r = Date.dateTimeFormat; @@ -526,4 +525,4 @@ Date.dateTimeFormat = 'dd/mm/yyyy g:i:s'; //return ('0'+num).substring(-2); // doesn't work on IE :( }; -})(); \ No newline at end of file +})();