1
0
forked from GitHub/gf-core

Minibar: call abstract_action with 'this' bound to minibar object

This commit is contained in:
john.j.camilleri
2012-11-23 08:21:00 +00:00
parent 2476383b3a
commit 0dac6fc783
2 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ function Minibar(server,opts) {
/* --- Creating the components of the minibar --------------------------- */
this.translations=new Translations(server,this.options)
this.translations.minibar=this; // ref to parent
this.input=new Input(server,this.translations,this.options)
/* --- Creating user interface elements --------------------------------- */