Skip to content

Commit

Permalink
resolve issue 180
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocudini committed Nov 13, 2017
1 parent 1021808 commit a88dc07
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/leaflet-search.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/leaflet-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/leaflet-search.mobile.min.css
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v2.3.6 - 2017-08-29
* Leaflet Control Search v2.3.7 - 2017-11-13
*
* Copyright 2017 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-search.mobile.src.css
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v2.3.6 - 2017-08-29
* Leaflet Control Search v2.3.7 - 2017-11-13
*
* Copyright 2017 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-search.src.css
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v2.3.6 - 2017-08-29
* Leaflet Control Search v2.3.7 - 2017-11-13
*
* Copyright 2017 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down
4 changes: 2 additions & 2 deletions dist/leaflet-search.src.js
@@ -1,5 +1,5 @@
/*
* Leaflet Control Search v2.3.6 - 2017-08-29
* Leaflet Control Search v2.3.7 - 2017-11-13
*
* Copyright 2017 Stefano Cudini
* stefano.cudini@gmail.com
Expand Down Expand Up @@ -775,7 +775,7 @@ L.Control.Search = L.Control.extend({

this._curReq = this._retrieveData.call(this, inputText, function(data) {

self._recordsCache = self._formatData.call(this, data);
self._recordsCache = self._formatData.call(self, data);

//TODO refact!
if(self.options.sourceData)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "leaflet-search",
"version": "2.3.6",
"version": "2.3.7",
"description": "Leaflet Control for searching markers/features by attribute on map or remote searching in jsonp/ajax",
"repository": {
"type": "git",
Expand Down

0 comments on commit a88dc07

Please sign in to comment.