3 b = (dolor !== amet) ? 'ipsum' : 'dolor';
6 // notice that we don't indent since "consequent" is on same line as "test"
7 c = !a ? (!foo ? d : function() {
21 // Return a 'clean' array
24 // Return just the object
36 // Return a 'clean' array
39 // Return just the object
40 (num < 0 ? this[this.length + num] : this[num]);
43 var format = isSameDate(startDate, endDate) ? this._oneDayLabelFormat :
44 'event-multiple-day-duration';