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.
2 parents 0266ebc + d6c09f0 commit 389cf69Copy full SHA for 389cf69
lib/query/woqlQuery.js
@@ -1400,9 +1400,9 @@ WOQLQuery.prototype.length = function (inputVarList, resultVarName) {
1400
if (this.cursor['@type']) this.wrapCursorWithAnd();
1401
this.cursor['@type'] = 'Length';
1402
this.cursor.list = this.cleanDataValue(inputVarList);
1403
- if (typeof vb === 'number') {
+ if (typeof resultVarName === 'number') {
1404
this.cursor.length = this.cleanObject(resultVarName, 'xsd:nonNegativeInteger');
1405
- } else if (typeof vb === 'string') {
+ } else if (typeof resultVarName === 'string') {
1406
this.cursor.length = this.varj(resultVarName);
1407
}
1408
return this;
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments