Author: jfthomps
Date: Tue Aug 31 20:29:13 2010
New Revision: 991318

URL: http://svn.apache.org/viewvc?rev=991318&view=rev
Log:
removed leftover todo note

Modified:
    incubator/vcl/trunk/web/js/blockallocations.js

Modified: incubator/vcl/trunk/web/js/blockallocations.js
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/blockallocations.js?rev=991318&r1=991317&r2=991318&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/blockallocations.js (original)
+++ incubator/vcl/trunk/web/js/blockallocations.js Tue Aug 31 20:29:13 2010
@@ -105,7 +105,6 @@ function populateBlockStoreCB(data, ioAr
                        date2.setDate(data.items.days[i]);
                        date2.setFullYear(data.items.years[i]);
                        date2.setMonth(data.items.months[i] - 1);
-                       // todo finish this
                        var start = new Date(0);
                        start.setHours(data.items.starths[i]);
                        start.setMinutes(data.items.startms[i]);


Reply via email to