mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
@@ -2409,7 +2409,7 @@ from the call to `check` or `Match.test`. Examples:
|
||||
NonEmptyString = Match.Where(function (x) {
|
||||
check(x, String);
|
||||
return x.length > 0;
|
||||
}
|
||||
});
|
||||
check(arg, NonEmptyString);
|
||||
{{/dtdd}}
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user