includes/clientside/static/enano-lib-basic.js
changeset 583 c97d5f0d6636
parent 582 a38876c0793c
child 585 35e91d16ecf5
equal deleted inserted replaced
582:a38876c0793c 583:c97d5f0d6636
   460   var file = placeholder_list[i];
   460   var file = placeholder_list[i];
   461   placeholder_instances[i] = new Placeholder(i, file);
   461   placeholder_instances[i] = new Placeholder(i, file);
   462   window[i] = placeholder_instances[i].go;
   462   window[i] = placeholder_instances[i].go;
   463 }
   463 }
   464 
   464 
       
   465 $lang = {
       
   466   get: function(a, b)
       
   467   {
       
   468     load_component('l10n');
       
   469     return $lang.get(a, b);
       
   470   }
       
   471 }
       
   472 
   465 //*/
   473 //*/