7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
|
|
pandora.ui.helpPanel = function() {
|
|
var that = Ox.Element().text("Help Panel");
|
|
return that;
|
|
};
|
|
|