pandora/static/js/embedDocument.js

7 lines
113 B
JavaScript
Raw Permalink Normal View History

2018-03-05 11:25:03 +00:00
'use strict';
pandora.ui.embedDocument = function() {
2018-03-06 12:57:10 +00:00
var that = pandora.ui.document();
2018-03-05 11:25:03 +00:00
return that;
};