forked from loafle/openapi-generator-original
Some clean-ups for the Javascript client codegen
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* @javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavascriptClientCodegen", date = "2015-12-09T16:07:21.000+07:00")
|
||||
*/
|
||||
|
||||
//export module
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
define(['jquery'], function($) {
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* @javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavascriptClientCodegen", date = "2015-12-09T16:07:21.000+07:00")
|
||||
*/
|
||||
|
||||
//export module
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
define(['jquery'], function($) {
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* @javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavascriptClientCodegen", date = "2015-12-09T16:07:21.000+07:00")
|
||||
*/
|
||||
|
||||
//export module
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
define(['jquery'], function($) {
|
||||
|
||||
@@ -66,7 +66,7 @@ var Pet = function Pet(photoUrls, name) {
|
||||
/**
|
||||
* datatype: Array
|
||||
**/
|
||||
self.tags = new Array();
|
||||
self.tags = [];
|
||||
|
||||
/**
|
||||
* pet status in the store
|
||||
|
||||
Reference in New Issue
Block a user