Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
fixed #9
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed May 21, 2013
1 parent 3389b3e commit 9dc31a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sphinxapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ SphinxClient.prototype.SetFieldWeights = function (weights) {
};
SphinxClient.prototype.SetIndexWeights = function (weights) {
var self = this
assert.equal(typeof item, 'object')
assert.equal(typeof weights, 'object')
forEach(weights, function (item, index) {
assert.equal(typeof item, 'number')
})
Expand Down

0 comments on commit 9dc31a2

Please sign in to comment.