fix: es6 style of Array inheritance to fix transpiler error (#5977)

* fix: es6 style of Array inheritance to fix transpiler error

* fix: rebuild of promise-es6 petstore samples with fixed mustache
style: added space between classname and bracket

* style: rebuild javascript-all to reflect style changes in mustache
This commit is contained in:
Jan
2017-07-04 19:04:07 +02:00
committed by wing328
parent f756bd7a72
commit 2774d47a2b
13 changed files with 53 additions and 70 deletions

View File

@@ -258,7 +258,7 @@ let _double = 1.2; // Number | None
let patternWithoutDelimiter = "patternWithoutDelimiter_example"; // String | None
let _byte = B; // Blob | None
let _byte = _byte_example; // Blob | None
let opts = {
'integer': 56, // Number | None