minibar.js: restore start_miniabr function for backward compatibility

This commit is contained in:
hallgren
2010-12-07 13:00:36 +00:00
parent c9b5b948ba
commit b0cafee950

View File

@@ -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