Skip to content

Commit

Permalink
Added additionalProperties: false to stageSize object /cc @ephraimtab…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Jan 14, 2015
1 parent e058a96 commit 997b73f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"type": "integer"
}
},
"required": ["width", "height"]
"required": ["width", "height"],
"additionalProperties": false
},
"isDebugger": {
"type": "boolean"
Expand Down

0 comments on commit 997b73f

Please sign in to comment.