1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Merge pull request #1056 from dlx1986/bugfix

fix a bug when use multi
This commit is contained in:
Igor Vaynberg 2013-03-19 08:30:38 -07:00
commit 1d2387f1e3

View File

@ -2297,7 +2297,7 @@ the specific language governing permissions and limitations under the Apache Lic
focus: function () { focus: function () {
this.close(); this.close();
this.search.focus(); this.search.focus();
this.opts.element.triggerHandler("focus"); //this.opts.element.triggerHandler("focus");
}, },
// multi // multi