]> git.lizzy.rs Git - rust.git/commit
Fix librustdoc search events
authorSimonas Kazlauskas <git@kazlauskas.me>
Tue, 29 Sep 2015 20:47:01 +0000 (23:47 +0300)
committerSimonas Kazlauskas <git@kazlauskas.me>
Fri, 2 Oct 2015 14:02:02 +0000 (17:02 +0300)
commitf38bc2c45763f773c9373634dbbe58cc36bf8704
treef0484036aa211450a9af4548c7ad8683fef7303c
parent98841d4e93b08f9a99a36edff48c44fcc3228b31
Fix librustdoc search events

Previously only keyup event was looked at, which meant that pasting, cutting and
otherwise changing the input without typing would not catch any updates to the
search query.
src/librustdoc/html/static/main.js