Skip to content

Commit 46d9002

Browse files
brianferrybennypowers
authored andcommitted
fix(autocomplete): error on docs page relating to p tag being inserted into the demo
1 parent 2ec1c7c commit 46d9002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elements/pfe-autocomplete/docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"Linux",
8989
"Red Hat Enterprise Linux"
9090
];
91-
9291
staticAutocomplete.autocompleteRequest = function(params, callback) {
9392
const regx = new RegExp("\^" + params.query, "i");
9493
callback(items.filter(function (item) {

0 commit comments

Comments
 (0)