main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
322 bytes
|
Line | |
---|
1 | {{# def.definitions }}
|
---|
2 | {{# def.setupKeyword }}
|
---|
3 |
|
---|
4 | {{ var $comment = it.util.toQuotedString($schema); }}
|
---|
5 | {{? it.opts.$comment === true }}
|
---|
6 | console.log({{=$comment}});
|
---|
7 | {{?? typeof it.opts.$comment == 'function' }}
|
---|
8 | self._opts.$comment({{=$comment}}, {{=it.util.toQuotedString($errSchemaPath)}}, validate.root.schema);
|
---|
9 | {{?}}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.