Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Added @constructor for constructor function
Browse files Browse the repository at this point in the history
  • Loading branch information
prafulVaishnav committed Apr 23, 2015
1 parent b164079 commit 4423f45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/search/QuickSearchField.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ define(function (require, exports, module) {

/**
* Attaches to an existing <input> tag
*
* @constructor
*
* @param {!jQueryObject} $input
* @param {!function(string):($.Promise|Array.<*>|{error:?string}} options.resultProvider
* Given the current search text, returns an an array of result objects, an error object, or a
Expand Down

0 comments on commit 4423f45

Please sign in to comment.