@@ -96,30 +96,30 @@ function parameters() {
96
96
*/
97
97
parameters . prototype . loadParams = function ( ) {
98
98
var tempJSON = { } ;
99
- var paramJSON = {
99
+ var paramJSON = { //25 lines
100
+ "address1" : this . address1 ,
101
+ "address2" : this . address2 ,
100
102
"content" : this . content ,
101
103
"contentUri" : this . contentUri ,
104
+ "entityType" : this . entityType ,
105
+ "explain" : this . explain ,
102
106
"language" : this . language ,
103
- "address1" : this . address1 ,
104
- "address2" : this . address2 ,
105
107
"maximumResults" : this . maximumResults ,
108
+ "name" : this . name ,
106
109
"name1" : this . name1 ,
107
110
"name2" : this . name2 ,
108
- "name" : this . name ,
109
111
"names" : this . names ,
110
- "threshold" : this . threshold ,
111
- "targetLanguage" : this . targetLanguage ,
112
- "entityType" : this . entityType ,
112
+ "options" : this . options ,
113
113
"parameters" : this . parameters ,
114
+ "short-string" : this . shortString ,
115
+ "sourceLanguage" : this . sourceLanguage ,
114
116
"sourceLanguageOfOrigin" : this . sourceLanguageOfOrigin ,
115
117
"sourceLanguageOfUse" : this . sourceLanguageOfUse ,
116
- "sourceLanguage" : this . sourceLanguage ,
117
118
"sourceScript" : this . sourceScript ,
118
- "targetScript " : this . targetScript ,
119
+ "targetLanguage " : this . targetLanguage ,
119
120
"targetScheme" : this . targetScheme ,
120
- "options" : this . options ,
121
- "explain" : this . explain ,
122
- "short-string" : this . shortString ,
121
+ "targetScript" : this . targetScript ,
122
+ "threshold" : this . threshold ,
123
123
"_customHeaders" : this . customHeaders ,
124
124
"_urlParameters" : this . urlParameters
125
125
} ;
0 commit comments