pandora/static/js/embedDocument.js

9 lines
155 B
JavaScript
Raw Normal View History

2018-03-05 16:55:03 +05:30
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
pandora.ui.embedDocument = function() {
2018-03-06 18:27:10 +05:30
var that = pandora.ui.document();
2018-03-05 16:55:03 +05:30
return that;
};