mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
minibar.js: restore start_miniabr function for backward compatibility
This commit is contained in:
@@ -15,6 +15,11 @@ complete_output=get_completions()
|
||||
show_completions(complete_output)
|
||||
*/
|
||||
|
||||
// For backward compatibility:
|
||||
function start_minibar(server,opts,target) {
|
||||
return new Minibar(server,opts,target);
|
||||
}
|
||||
|
||||
function Minibar(server,opts,target) {
|
||||
// Typically called when the HTML document is loaded
|
||||
|
||||
|
||||
Reference in New Issue
Block a user