This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
riot-web
mirror of
https://github.com/vector-im/riot-web
Watch
1
Star
0
Fork
You've already forked riot-web
0
Code
Issues
Releases
Wiki
Activity
f6a76edfdf
riot-web
/
src
/
autocomplete
/
AutocompleteProvider.js
6 lines
111 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial version of autocomplete
2016-06-01 13:24:21 +02:00
export
default
class
AutocompleteProvider
{
room, user, ddg autocomplete providers (wip)
2016-06-12 13:32:46 +02:00
getName
(
)
:
string
{
return
'Default Provider'
;
}
initial version of autocomplete
2016-06-01 13:24:21 +02:00
}