oxspeed/js/ui/helpPanel.js

7 lines
106 B
JavaScript
Raw Normal View History

2013-03-04 08:44:48 +00:00
pandora.ui.helpPanel = function() {
var that = Ox.Element().text("Help Panel");
return that;
};