Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 1ea7226

Browse files
author
Hans Kristian Flaatten
committed
Add missing var statement
1 parent be0cdba commit 1ea7226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ that your users will be using and a function which takes the result query object
5353
and the value for query parameter.
5454

5555
```javascript
56-
qs = new MongoQS({
56+
var qs = new MongoQS({
5757
custom: {
5858
urlQueryParamName: function(query, input) {
5959
// do some processing of input value

0 commit comments

Comments
 (0)