(condition)
| 8364 | // need to explicitly return null so that we can determine whether to remove |
| 8365 | // the listener for .once |
| 8366 | var genGuard = function (condition) { return ("if(" + condition + ")return null;"); }; |
| 8367 | |
| 8368 | var modifierCode = { |
| 8369 | stop: '$event.stopPropagation();', |