[Javascript] Set ES5 as default (#7239)

* default js client to es5

* update js option wording
This commit is contained in:
William Cheng
2017-12-22 00:08:30 +08:00
committed by GitHub
parent 572bafe2a7
commit 587dc20e06
5 changed files with 12 additions and 12 deletions

View File

@@ -254,13 +254,13 @@ http_basic_test.password = 'YOUR PASSWORD';
let apiInstance = new SwaggerPetstore.FakeApi();
let _number = 3.4; // Number | None
let _number = 8.14; // Number | None
let _double = 1.2; // Number | None
let patternWithoutDelimiter = "patternWithoutDelimiter_example"; // String | None
let _byte = _byte_example; // Blob | None
let _byte = B; // Blob | None
let opts = {
'integer': 56, // Number | None