5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
|
pandora.ui.textToolBar = function() {
|
||
|
var that = Ox.Bar();
|
||
|
return that;
|
||
|
}
|