oxspeed/js/ui/newSRTDialog.js

9 lines
97 B
JavaScript
Raw Normal View History

pandora.ui.newSRTDialog = function() {
var that = Ox.Dialog({
});
return that;
};