OSDN Git Service

Support matching unicode characters in suggestions by changing match(regex) to indexO...
authorDirk Dougherty <ddougherty@google.com>
Thu, 2 Jul 2015 21:21:55 +0000 (14:21 -0700)
committerDirk Dougherty <ddougherty@google.com>
Thu, 2 Jul 2015 21:21:55 +0000 (14:21 -0700)
commit0b9e204df09d9630db24f61bb427110501df6743
treea9192fe8f439b1943163c00a60761972933b8735
parent42c752392ceea6854c423339eedede6f4fdf6696
Support matching unicode characters in suggestions by changing match(regex) to indexOf(string).

Change-Id: I460a5cb43e4be6ff552a7b2d41b6d3957f2d02a2
tools/droiddoc/templates-sdk/assets/js/docs.js