(condition)
| 14476 | // need to explicitly return null so that we can determine whether to remove |
| 14477 | // the listener for .once |
| 14478 | var genGuard = function (condition) { |
| 14479 | return ("if(" + condition + ")return null;"); |
| 14480 | }; |
| 14481 | |
| 14482 | var modifierCode = { |
| 14483 | stop: '$event.stopPropagation();', |
no outgoing calls
no test coverage detected