9 lines
97 B
JavaScript
9 lines
97 B
JavaScript
|
pandora.ui.newSRTDialog = function() {
|
||
|
|
||
|
var that = Ox.Dialog({
|
||
|
|
||
|
});
|
||
|
|
||
|
return that;
|
||
|
};
|