(first, second)
| 3068 | } |
| 3069 | |
| 3070 | function operatorStartsWith(first, second) { |
| 3071 | return second.toUpperCase().indexOf(first.toUpperCase()) === 0; |
| 3072 | } |
| 3073 | |
| 3074 | },{}],27:[function(require,module,exports){ |
| 3075 | var _ = require("underscore"); |
nothing calls this directly
no outgoing calls
no test coverage detected