searchpicker
Advanced tools
Comparing version 1.0.17 to 1.1.0
@@ -212,3 +212,3 @@ "use strict"; | ||
} | ||
_this.$notifyEvent('afterSearch', items, numResults); | ||
_this.$notifyEvent('afterSearch', query, items, numResults); | ||
_this.show(); | ||
@@ -215,0 +215,0 @@ }, function (message) { |
{ | ||
"name": "searchpicker", | ||
"version": "1.0.17", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -229,3 +229,3 @@ import {Utility} from "./Utils"; | ||
this.$notifyEvent('afterSearch', items, numResults); | ||
this.$notifyEvent('afterSearch', query, items, numResults); | ||
this.show(); | ||
@@ -232,0 +232,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
303825