mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -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)
|
show_completions(complete_output)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// For backward compatibility:
|
||||||
|
function start_minibar(server,opts,target) {
|
||||||
|
return new Minibar(server,opts,target);
|
||||||
|
}
|
||||||
|
|
||||||
function Minibar(server,opts,target) {
|
function Minibar(server,opts,target) {
|
||||||
// Typically called when the HTML document is loaded
|
// Typically called when the HTML document is loaded
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user