(first, second)
| 2669 | } |
| 2670 | |
| 2671 | function isSameMessage(first, second) { |
| 2672 | return first.type === second.type && first.message === second.message; |
| 2673 | } |
| 2674 | |
| 2675 | },{"underscore":153}],25:[function(require,module,exports){ |
| 2676 | var _ = require("underscore"); |
nothing calls this directly
no outgoing calls
no test coverage detected