Browse Source

Update fullcalendar.js

jmontoyaa 8 years ago
parent
commit
05e2ea66d9

+ 1 - 1
app/Resources/public/assets/fullcalendar/.bower.json

@@ -46,6 +46,6 @@
     "commit": "decd38bc347cf703589982c7308a8de6e0217e5a"
   },
   "_source": "https://github.com/fullcalendar/fullcalendar.git",
-  "_target": "3.1.*",
+  "_target": "3.1.0",
   "_originalSource": "fullcalendar"
 }

+ 0 - 2
app/Resources/public/assets/fullcalendar/dist/fullcalendar.js

@@ -14031,7 +14031,6 @@ var ListViewGrid = Grid.extend({
 		var tableEl = $('<table class="fc-list-table"><tbody/></table>');
 		var tbodyEl = tableEl.find('tbody');
 
-
 		for (dayIndex = 0; dayIndex < segsByDay.length; dayIndex++) {
 			daySegs = segsByDay[dayIndex];
 			if (daySegs) { // sparse array, so might be undefined
@@ -14188,4 +14187,3 @@ fcViews.listYear = {
 		listDayAltFormat: 'dddd' // day-of-week is nice-to-have
 	}
 };
-