##// END OF EJS Templates
one more bit
Sylvain Corlay -
Show More
@@ -354,7 +354,7 b' define(["widgets/js/manager",'
354 }
354 }
355
355
356 // Add the rest of the new list items.
356 // Add the rest of the new list items.
357 for (i; i < new_list.length; i++) {
357 for (; i < new_list.length; i++) {
358 added_callback(new_list[i]);
358 added_callback(new_list[i]);
359 }
359 }
360 },
360 },
General Comments 0
You need to be logged in to leave comments. Login now