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(){
13 foo.a = true; a?foo() : bar()
20 // Return a 'clean' array
23 // Return just the object
35 // Return a 'clean' array
38 // Return just the object
39 ( num < 0 ? this[ this.length + num ] : this[ num ] );
42 var format = isSameDate(startDate, endDate) ? this._oneDayLabelFormat :
43 'event-multiple-day-duration';