From af7d2009ce95cf1975bb840ba9d2da9b3fb7a52b Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 10 Sep 2015 23:23:03 +0200 Subject: [PATCH] Calendar: Remove some obsolete todo comments --- external/date.js | 1 - ui/widgets/calendar.js | 1 - 2 files changed, 2 deletions(-) diff --git a/external/date.js b/external/date.js index bc5445594..b1f10dd4f 100644 --- a/external/date.js +++ b/external/date.js @@ -224,7 +224,6 @@ $.extend( _Date.prototype, { return new _Date( new Date( date.getTime() ), this.attributes ); }, - // TODO compare year, month, day each for better performance equal: function( other ) { var format = function( date ) { return "" + date.getFullYear() + date.getMonth() + date.getDate(); diff --git a/ui/widgets/calendar.js b/ui/widgets/calendar.js index e274e558c..25c1df001 100644 --- a/ui/widgets/calendar.js +++ b/ui/widgets/calendar.js @@ -17,7 +17,6 @@ if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. - // TODO: Keep button even if its optional? define( [ "jquery", "globalize", -- 2.39.5