We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e1c53 commit 50dc159Copy full SHA for 50dc159
lib/parameters.js
@@ -45,7 +45,6 @@ function parameters() {
45
this.contentUri = null;
46
this.language = null;
47
this.documentFile = null;
48
- this.genre = null;
49
this.options = null;
50
51
// address similarity parameters
@@ -101,7 +100,6 @@ parameters.prototype.loadParams = function() {
101
100
"content": this.content,
102
"contentUri": this.contentUri,
103
"language": this.language,
104
- "genre": this.genre,
105
"address1": this.address1,
106
"address2": this.address2,
107
"name1": this.name1,
0 commit comments