Skip to content

Commit 50dc159

Browse files
author
Yaison
committed
WS-2589: removing genre from parameters.js
1 parent e6e1c53 commit 50dc159

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/parameters.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function parameters() {
4545
this.contentUri = null;
4646
this.language = null;
4747
this.documentFile = null;
48-
this.genre = null;
4948
this.options = null;
5049

5150
// address similarity parameters
@@ -101,7 +100,6 @@ parameters.prototype.loadParams = function() {
101100
"content": this.content,
102101
"contentUri": this.contentUri,
103102
"language": this.language,
104-
"genre": this.genre,
105103
"address1": this.address1,
106104
"address2": this.address2,
107105
"name1": this.name1,

0 commit comments

Comments
 (0)