Skip to content

Commit

Permalink
fixed broken template
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jun 12, 2015
1 parent 32e83e5 commit 4bc5389
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ build/Release
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

.DS_Store
.DS_Store
4 changes: 2 additions & 2 deletions lib/compile/rules/properties.dot.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var valid{{=$it.level}} = true;

{{? $breakOnError }} valid{{=$it.level}} = true; {{?}}

{{ var $code = it.validate($it);}}
{{ var $code = it.validate($it); }}

{{? {{# def.willOptimize }} }}
if ({{=$passData}} !== undefined) {
Expand Down Expand Up @@ -122,7 +122,7 @@ var valid{{=$it.level}} = true;
{{
$it.errorPath = (it.errorPath + ' + "[\'" + key' + $lvl + ' + "\']"').replace('" + "', '');
$it.dataPath = it.dataPath + '[key' + $lvl + ']';
var $passData = $data + '[key' + $lvl + ']'
var $passData = $data + '[key' + $lvl + ']';
}}

{{ var $code = it.validate($it); }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajv",
"version": "0.3.10",
"version": "0.3.11",
"description": "Another JSON schema Validator",
"main": "lib/ajv.js",
"scripts": {
Expand Down
49 changes: 0 additions & 49 deletions try.js

This file was deleted.

0 comments on commit 4bc5389

Please sign in to comment.