(obj)
| 103 | }, |
| 104 | |
| 105 | isDate = function(obj) |
| 106 | { |
| 107 | return (/Date/).test(Object.prototype.toString.call(obj)) && !isNaN(obj.getTime()); |
| 108 | }, |
| 109 | |
| 110 | isWeekend = function(date) |
| 111 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…