oxspeed/js/ui/textToolBar.js

5 lines
82 B
JavaScript
Raw Normal View History

2013-03-04 08:44:48 +00:00
pandora.ui.textToolBar = function() {
var that = Ox.Bar();
return that;
}